This project is an e-commerce web application built with React for selling furniture products. It includes features such as adding products to a cart, saving items to a wishlist, and filtering items in the catalog.
- Browse furniture items in a catalog.
- Add items to the cart and adjust quantities.
- Save items to the wishlist.
- Filter products by categories.
- Responsive design using modern CSS practices.
Follow these steps to get the project up and running locally.
git clone https://github.com/hend-essam/e-commerce_furniture_React.git
cd e-commerce_furniture_React
Ensure you have Node.js installed (version 18+ recommended).
Use the following command to install the project dependencies:
npm install
If you encounter issues during installation, you may try:
npm install --legacy-peer-depsor
npm install --force
Once the dependencies are installed, you can start the development server with:
npm start