E-commerce React App This project is a simple e-commerce web application built with React. It uses the Fake Store API to display product information and demonstrates basic e-commerce functionality. Features
Responsive design using Bootstrap Product listing page Individual product detail page Loading spinners and error handling Navigation using React Router
Components
Navbar: Navigation bar component Footer: Footer component Home: Main product listing page Product: Individual product detail page
Setup
Clone the repository: Copygit clone https://github.com/your-username/ecommerce-react-app.git
Navigate to the project directory: Copycd ecommerce-react-app
Install dependencies: Copynpm install
Start the development server: Copynpm start
Open http://localhost:3000 to view it in the browser.
Dependencies
React React Router Bootstrap Font Awesome
API This project uses the Fake Store API to fetch product data. Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. License MIT