🔆 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. 😍
- Online link : https://minikala-react-app.vercel.app/
- 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
- This project is my first React project which I built in 8 hours with the knowledge I have so far. Along the way, I faced various challenges, each of which taught me something new. I also tried to better understand how JSX, props, state, components and hooks work.