An e-commerce app where users can view products and add them to the shopping cart.
Stack:
- React
- Styles with Styled Components
- Clone this repo by running
git clone https://github.com/Rutuja-g/e-commerce.git - Install dependencies by running
npm install - Run
npm run start
Deployed to github pages:
-
Open
package.jsonand change homepage from"https://rutuja-g.github.io/e-commerce"to"https://YOUR_USERNAME.github.io/REPOSITORY_NAME" -
Run
npm run deploy