About | Features | Technologies | Requeriments | Start | Author | Demo
Rocketshoes is an application developed with challenge on trail ReactJS from Ignite on Rocketseat. Your principal function is manager a shopping cart with React Hook.
✔️ Add products to shopping cart list;
✔️ Increment and Decrement products on cart list;
✔️ Remove items from shopping cart list;
- ReactJS
- React Router
- Axios
- Polished
- React-Toastify
- styled-components
- React-Icons
- json-server
- VS Code with EditorConfig and ESLint
# Cloning project
$ git clone https://github.com/moesiomarcelino/ignite-creating-hook-shopping-cart
# Enter in project folder
$ cd ignite-creating-hook-shopping-cart
# Install dependencies
$ yarn // or npm install
# Start project
$ yarn start // or npm start
# Server starts on http://localhost:3000
# Start Fake API
$ yarn server // or npm server
# Fake API starts on http://localhost:3333
Feito com ❤️ por Moésio Marcelino