Turzhanov / Sneakers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/Turzhanov/Sneakers.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: Figma design

About


Languages

Language:JavaScript 68.2%Language:SCSS 29.9%Language:HTML 1.9%