Welcome to the React E-commerce App! This project is a fully functional e-commerce application built using React. It includes features such as product listing, product detail pages, cart functionality, and more.
- Product Listing: View all available products.
- Product Details: Detailed view of each product.
- Shopping Cart: Add and remove items from the cart.
- Responsive Design: Mobile-friendly and accessible.
- User Authentication: Secure login and registration system (if applicable).
- React: JavaScript library for building user interfaces.
- Redux: State management for React.
- React Router: Declarative routing for React.
- CSS Modules: Modular and reusable styles.
- Axios: Promise-based HTTP client for making API calls.
- Firebase: Backend services for user authentication and database (if applicable).
-
Clone the repository:
git clone https://github.com/mohitjain1911/React_ecommmerce_App.git cd React_ecommmerce_App
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Build for production:
npm run build
This project is licensed under the MIT License. See the LICENSE file for more information.