Welcome to Digital Mandi! This is my Shopping Cart App!
This is a practice project from the Odin Project full stack Javascript path. This project was a learning ground for the following technologies:
- I used Next.js as the framework. The App Router for file based routing was much easier than routing in React.
- This is the first project I styled with Tailwind CSS.
- I used a Cart Context to reduce props drilling and make the code less cumbersome to write and follow.
- I integrated the React Hot Toast library to enhance user experince with a notification to provide visual confirmation when an item is added to the cart.
Overall, I am proud of what I was able to accomplish. My skills with the aforementioned technologies imporved significantly throughout this journey.