Skip to content

cross-course-project-LauraKaraliene fork for Interaction Design CA created by GitHub Classroom

Notifications You must be signed in to change notification settings

LauraKaraliene/cross-course-project-LauraKaraliene

 
 

Repository files navigation

Cross Course Project

Screenshot of My Project

An online shop selling men's and women’s rain jackets, that are designed for a range of different outdoor activities that enrich people's lives.

Description

For my cross course project, I was tasked with creating and developing a dynamic e-commerce platform for a distinctive brand selling men's and women's rain jackets, designed for enhanced outdoor experiences.

Working through variuous stages and timelines, the project required careful planning and newly-acquired knowledge implementation in areas such as:

  • Designing a prototype
  • Laying the initial coding foundation with HTML/CSS
  • Create a local installation of WordPress, upload it to web host and add WooCommerce plugin
  • Using Postman to test API calls and retrieve JSON data
  • Using an API call to fetch product details from WordPress
  • Adding functionality with JavaScript

Built With

Getting Started

Installing

  1. Clone the repo:
git clone https://github.com/LauraKaraliene/cross-course-project-LauraKaraliene
  1. Navigate to the Project Directory. Change your current directory to the cloned repository:
cd SemesterProject1
  1. Open the project in the code editor of your choice. For Visual Studio Code, you might use:
code . 
  1. Install Dependencies. If using Node.js, you might instruct users to install dependencies using:
npm install

For Python projects with a requirements.txt, you might use:

pip install -r requirements.txt
  1. Start the Development Server. For Node.js projects, this might be:
npm start
  1. Start customizing

Contact

Facebook

LinkedIn

Email

About

cross-course-project-LauraKaraliene fork for Interaction Design CA created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.6%
  • CSS 35.8%
  • JavaScript 13.0%
  • PHP 3.6%