The sneakers shop with several features such as
- Work with cart (adding / deleting items)
- Save sneakers to favorite
- Make an order
- Search by sneakers name
All the cards are rendered dynamically.
Backend was imitated using mockAPI.io.
There are four tables in Database.
They are sneakers, cart, favorite, and orders.
- React
- React router
- React skeleton
- React hooks
- Axios
- Sass
- Mock API
- Figma
- Pull this repository to your device
git clone https://github.com/vladimirkhvan/sneakersShop.git
- Change directory to project directory
cd {project folder path}
- Run project using npm
npm start
- Wait until new tab with address
localhost:3000
will be opened - Enjoy!
Figma design: Show Figma design
Deployed project: Show Website