Skip to content

KesleyDavid/study_Ignite_React_Challenge-02-01

Repository files navigation

Logo

Rocketshoes

Preview   |    Project   |    Next Level   |    Technologies   |    Getting started   |    Tests   |    Movie   |    License

development Deploy Stars Forks PRs welcome! License

Move.it


✨ Preview

Online system
https://study-ignite-react-challenge-02-01.vercel.app

💻 Project

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.

💎 Next Level

  # Coming soon

🔖 Technologies

This project was developed using the following technologies:

🚀 Getting started

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

🥇 Tests

Run tests

$ yarn test

tests

🎬 Movie

preview

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with ♥ by Kesley DEV