Skip to content

cvine21/react-sneaker-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

49 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘Ÿ Sneaker Shop

Online sneaker shop.

Features

  • search by product name
  • add items to cart and favorites
  • making an order
  • navigating through the tabs
  • mockAPI server

Stack

  • ReactJS
  • React Router
  • Axios
  • SCSS
  • React Skeleton
  • mockAPI

Setup

  1. Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-sneaker-shop.git && cd react-sneaker-shop
  1. Install all the dependencies
$> npm install
  1. Run the application
$> npm start