This repository contains the source code built during the Mosh Hamedan's React
crash course. This project contains features just like available in the shopping cart e.g., adding or removing an item, etc. The output of the project is as follows:
- Navigation bar
- Badge counts
- Adding/removing an item
- Reset the state
- Components along-with composing components
- Conditional Rendering
- Passing arguments to components
- State handling
- Raising/handling events
- State uplifting
- Multiple components in Sync
- Destructuring arguments
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.