A simple and responsive product listing application built with React and Vite.
This static front-end app displays a list of mobile phones where users can increase or decrease quantities — similar to an e-commerce interface.
- 📱 Displays a list of mobile phone products
- ⚛️ Built using React functional components
- 🔄 Fast development with Vite’s HMR (Hot Module Replacement)
- 🎨 Clean, responsive, and easy to extend UI
- 🧠 Demonstrates React state management for quantity updates
- React – UI library
- Vite – Fast development build tool
- JavaScript (ES6+)
- Bootstrap
-
Clone the repository:
-
Navigate to the project directory:
cd react-product-list
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit: