E-commerce shoes website
Features | Deploy | Prerequisites | Techonologies | License
- Landing page with featured shoe
- Shop page with various products
- Products can be added to a cart
- Checkout page with chosen products
- Items can be removed from the cart in the checkout page
- Fully responsive
Landing page + cart management of a fictional shoe company
This project is hosted on Netlify.
Before starting, you'll need to have Git, Node.js or Yarn. Also, an IDE is recommended for editing the code. I recommend VSCode.
# Clone this repository
$ git clone https://github.com/PauloBacelar/e-commerce-v3
# Enter on e-commerce-v3 folder
$ cd e-commerce-v3
# Install the dependencies
$ npm install
# Run the application
$ npm start
This project uses the following technologies:
- CSS
- React.js
- Javascript
- Material UI
This project is under MIT license.
Created by Paulo Bacelar.