A modern e-commerce web application built with React, TailwindCSS, and Firebase. Users can browse products, add items to the cart, and interact with a real-time backend using Firebase.
- Product listing and search
- Shopping cart functionality
- Firebase authentication and database
- Responsive design with TailwindCSS
- Clean and maintainable code
Clone the repository:
git clone <your-repo-url>
cd <your-project-folder>Install dependencies:
npm installStart the development server:
npm startThe app will run at http://localhost:3000.
To create a production build:
npm run build