You can watch a demo of this project here: https://mini-commerce.now.sh
This is an ongoing project I'm making for practice and also to gather a personal library of reusable components and features for e-commerce UIs. It is a work in progress It was bootstraped with create-react-app
- Clone this whole repository
- Open a terminal
- On the terminal, navigate to the directory where the project was downloaded
- Install the node modules by running npm install
- Run the application by running npm start
- The application will open in Localhost 3000
7/3/2019
- Uploaded the first version. For now, I'm working on the front-end
- You can add / remove products from the cart and check out by clicking on the cart icon.
- You can also filter products by category
- Next tasks: make it fully responsive. header and cart need layout adjustments on mobile devices. I Should add a response after checkout. Add error handling. Add router.