🚀 React E-Commerce Project
This project is a React-based e-commerce platform with product filtering, sorting, pagination, and a mock API using json-server. 🔧 Project Setup 1 Clone the Repository
git clone https://github.com/your-username/your-repo-name.git cd .\odysseyex-app\
2 Install Dependencies
npm install
🛒 Mock API Setup
3 Run the Mock API
npm run db-start
📍 This will start a REST API at: http://localhost:5000/products & http://localhost:5000/popularProducts 🖥 Run the React App
After setting up the mock API, start the React app:
npm start
📍 The React app will run on http://localhost:3000/login