Online sneaker shop.
- search by product name
- add items to cart and favorites
- making an order
- navigating through the tabs
- mockAPI server
- ReactJS
- React Router
- Axios
- SCSS
- React Skeleton
- mockAPI
- Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-sneaker-shop.git && cd react-sneaker-shop
- Install all the dependencies
$> npm install
- Run the application
$> npm start