- Live Demo: https://size10.billyhkim.dev
size10 is a full-stack, demo E-Commerce store that carries shoes that are size 10. The app provides users with the ability to add shoes to their cart from a local catalog, update the quantity of shoes from the cart, and delete specific shoes from the cart.
- Fork this repo and clone your fork from the terminal.
$ git clone https://github.com/[user_name]/size10.git
- Navigate into the cloned directory and install the necessary dependencies.
$ npm install
- Start a dev environment with access to Apache and MySQL and:
- Check that port is directed to
3000
- Create a database titled
size10
in phpMyAdmin and import thesize10.sql
file - Check that the root directory of the server is set to the
public
folder
- Check that port is directed to
- Initiate the dev server
$ npm run dev
- Go to
localhost:3000
and enjoy 😃
Please feel free to fork this repo, make changes, submit pull requests, and send suggestions to billyhkim.dev@gmail.com to make this app better.
- Front-End
- JavaScript
- React.js
- Reactstrap: for desktop and mobile responsiveness
- Back-End