This is a simple e-commerce website built using React.js and Firebase
Clone the repository:
git clone https://github.com/yourusername/your-website.git
Install dependencies:
npm install
Start the development server:
npm start
- User authentication and login
- Add products to the basket
- Adjust the quantity of products in the basket
- Remove products from the basket
- View the total cost of the products in the basket
- View the checkout page and place an order
- Search for products
- React
- React Router
- Firebase
- icons-material
- Implement a product rating and review system
- Add the ability to save products to a wishlist
- Improve the styling and layout of the website