Skip to content

vladimirkhvan/sneakersShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Sneakers

The sneakers shop with several features such as

  1. Work with cart (adding / deleting items)
  2. Save sneakers to favorite
  3. Make an order
  4. Search by sneakers name

Tech details.

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.

Tech used.

  • React
  • React router
  • React skeleton
  • React hooks
  • Axios
  • Sass
  • Mock API
  • Figma

How to run the project

  1. Pull this repository to your device
    git clone https://github.com/vladimirkhvan/sneakersShop.git
  2. Change directory to project directory
    cd {project folder path}
  3. Run project using npm
    npm start
  4. Wait until new tab with address localhost:3000 will be opened
  5. Enjoy!

Links

Figma design: Show Figma design
Deployed project: Show Website