#react-basics #assembler-institute-of-technology #master-in-software-engineering
A demo app to learn the basics of React and to create a shopping cart using hooks.
This project was bootstrapped with Create React App.
Run npm i in the terminal to install the dependencies.
Then, run npm start or yarn start to start up the app.
The app will be run by default in the following url: http://localhost:3000/.
You should also run npm run json-server to start up the API.
First, you will need to clone the repo:
$ git clone https://github.com/imarti01/react-ecommerce.gitThis repository is deployed in two different branches: main and wishList. The main branch contains the e-commerce and the wishList branch contains a wish list that was created to complement the store.
