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.
- ReactJS
- json-server
- redux/redux-saga
- reactotron
- react-router-dom
- axios
- react-input-mask
- unform (2.0)
- react-icons
- styled-components
- yup
- localstorage
# 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
Payment page is under development...