This is a javascript-frameworks course assignment for Front-end Development at Noroff.
To apply knowledge of React to build an eCom store.
All API functionality is managed by an existing application. This project only covers the front-end application for the API.
- HTML
- CSS
- SASS
- Bootstrap
- React
- Clone the repo:
git clone https://github.com/ftmkrtgz/js-frameworks- Install the dependencies
npm install- To run the app, run the following commands:
npm run startIf you want to contribute to a project and make it better, your help is very welcome.
-
Make your changes and commit them:
git add . git commit -m "Description of your changes"
-
Push to your branch and open a pull request.
