Preview | Project | Next Level | Technologies | Getting started | Tests | Movie | License
Online system
https://study-ignite-react-challenge-02-01.vercel.app
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.
This is a project developed during the Ignite - Trilha React, carried out by @Rocketseat.
# Coming soon
This project was developed using the following technologies:
Clone the project
$ git clone https://github.com/KesleyDavid/study_Ignite_React_Challenge-02-01.git
Access the folder
$ cd study_Ignite_React_Challenge-02-01
Follow the steps below
# Install the dependencies
$ yarn
# Start the server (backend)
$ yarn server
# Start the web (frontend)
$ yarn dev
Run tests
$ yarn test
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ♥ by Kesley DEV