🔆 MiniKala is my first React project, in which I focused on State Management in adding products to the shopping cart, increasing or decreasing the number of products, and as a result, updating simultaneously with changes in other components in a completely dynamic manner. 😍
- Add products to cart.
- Increase or decrease the number of products in the shopping cart.
- The price of each product changes by increasing or decreasing its quantity.
- Display the total price of all the products in the shopping cart.
- The ability to clear the shopping cart with one click.
- HTML
- CSS
- JavaScript
- React.Js
- Webpack
- NPM
- Clone the repo
git clone https://github.com/mersad-Bxtrue/MiniKala-ReactApp.git
- Go to project folder
cd MiniKala-ReactApp
- Install NPM packages
npm install
- Run start script
npm start
- I built this project as my first React project with my current knowledge in 8 hours and faced various challenges, each one was instructive for me, and i trying to understand the working process of JSX, props, state, component and hooks.