Table of Contents
This is my JavaScript Frameworks course assignment at Noroff. In this assignment, I create an eCom store with React. This project contains the main page with products, a specific product page, a contact page, a cart page and a checkout success page.
The live site you can find here on Netlify
- Clone the repo:
git clone https://github.com/elli95/JavaScript-Frameworks-CA-
Open the folder with a code editor (ex. Visual Studio Code)
-
Then run the
npm installcommand in the terminal of the project. -
Then run the
npm run devcommand in the terminal of the project, for the script to go live locally.
Want to contribute to the project? Just follow these steps and you are on your way:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature) - Commit your Changes (
git commit -m 'Add some NewFeature') - Push to the Branch (
git push origin feature/NewFeature) - Open a Pull Request
If you encounter any issues feel free to post a new post on the issues tab.
Elise Marie Hogsnes - Linkedin.com
Icons were sourced from Font Awesome.
Information and inspiration for the creation of this project came from Noroff's curriculum.
