Mini Store
A simple React + Vite e-commerce mini project showcasing products and a shopping cart functionality. This project is a small-scale demonstration of front-end development skills using React, React Router, and context for state management.
๐ Features
Products Page โ Displays a list of products available in the store.
Shopping Cart โ Add products to the cart and view the selected items.
Dynamic Cart Count โ Navbar shows the number of items in the cart in real-time.
React Context โ Cart state is managed globally using CartContext.
Routing โ Smooth page navigation between Products and Cart using React Router.
Responsive Navbar โ Clean navigation with links to Products and Cart pages.
๐ ๏ธ Technologies Used
React โ Frontend library for building UI components.
Vite โ Build tool for faster development.
React Router DOM โ Client-side routing for multiple pages.
Context API โ State management for the shopping cart.
CSS (Inline & Simple Styling) โ Basic styles for layout and design.
Browse products on the Products page (default homepage).
Click Add to Cart to add items.
Navigate to the Cart page to view selected items and total count.