Actions
Technologies
Frontend
- typescript
- react
- axios
- react-icons
- react-toastify
- styled-components
Backend
- heroku
- json-server
Infrastructure
- vercel
Description
In this challenge, you will have to create an application to train what you have learned so far in ReactJS. This will be an application where your main objective is to create a shopping cart hook. You will have access to two pages, a component and a hook to implement the features requested in this challenge: - Add a new product to the cart; - Remove a product from the cart; - Change the quantity of a product in the cart; - Calculation of the sub-total and total cart prices; - Inventory validation; - Display of error messages; - Among others.