This is a simple e-commerce website built using React and React Router. The website allows users to browse and view products, add them to their cart, and proceed to checkout. It also includes a responsive navbar and footer for easy navigation.
- React
- React Router
- HTML/CSS (Sass)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/e-commerce-website.git
cd e-commerce-website
- Install dependencies:
npm install
- Start the development server:
npm start
- Browse and view products
- Product details page
- Add products to the cart
- Checkout and payment processing
Once the project is set up and the development server is running, you can access the website in your browser by navigating to http://localhost:3000/
.
Contributions are welcome! If you find any issues or want to enhance the website's functionality, feel free to open an issue or submit a pull request.