This project is a simple e-commerce application built using React for the frontend and a combination of React Router for routing and Bootstrap for styling. It allows users to register, log in, browse products, update their profile, and perform CRUD operations on products.
- Authentication: Users can register and log in to their accounts securely.
- Product Catalog: Browse through a list of available products.
- Profile Management: Users can update their profiles.
- Frontend: React, React Router, Bootstrap
- Clone the repository:
git clone <repository-url> - Install dependencies:
npm install - Start the development server:
npm start
- Access the application in your web browser.
- Register an account or log in if you already have one.
- Browse through the products available.
- Update your profile information if needed.
- Admins can perform CRUD operations on products.
src/: Contains the source code of the application.Pages/: Contains the main pages of the application.Components/: Contains reusable components used across the application.Middleware/: Contains middleware components for authentication.App.js: Entry point of the application.

