Ignite Journey - Challenge 03
Project | Technologies | Layout | How to Use | Features | License
An application where your main objective is to create a shopping cart hook, to practice a little more about state manipulation in React. A challenge from Rocketseat's Ignite journey.
This project was developed with the following technologies:
Created from Rocketseat template.
To clone and run this application, you'll need Git and Yarn. From your command line:
# Clone the repository $ git clone https://github.com/gisabernardess/shopping-cart.git
# Go into the directory $ cd shopping-cart
# Install dependencies $ yarn
# Run the fake api $ yarn server
# Run the development server $ yarn start
# Navigate to http://localhost:3000 # The app will automatically reload if you change any of the source files.
- 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;
- and more.
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Gisele Silva 👋🏻 Get in touch!