Skip to content

AugustoMarcelo/rocketshoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status


📑 About

Rocketshoes is an application that simulates a small virtual store, with the option of shopping cart and order payment. You can access the page here, it's hosted on Netlify.

⚙ Technologies used

  • ReactJS
  • json-server
  • redux/redux-saga
  • reactotron
  • react-router-dom
  • axios
  • react-input-mask
  • unform (2.0)
  • react-icons
  • styled-components
  • yup
  • localstorage

🤔 How to run on my machine?

  # download the project
  git clone https://github.com/AugustoMarcelo/rocketshoes.git

  # accessing the project folder
  cd rocketshoes

  # download the project dependencies
  yarn

  # running fake server
  yarn api:server

  # start application
  yarn start

📸 Preview

Home page image

Cart page image

Payment page is under development...