FlipkartLite is a lightweight e-commerce web application inspired by the Flipkart shopping experience.
It includes a frontend client and a backend server to provide product browsing, cart functionality, and basic user experiences.
FlipkartLite is a full-stack web application built using modern JavaScript technologies and designed to mimic basic features of an online shopping platform like Flipkart.
- React
- HTML, CSS, JavaScript
- Node.js
- Express.js
(Add if you’re using MongoDB/PostgreSQL etc — update this section accordingly)
- 🛍️ Product listing
- 🛒 Cart and add-to-cart functionality
- 📦 Simple UI for browsing products
- 🔃 Backend API for data serving
- 🔌 Ready to deploy (Vercel/Heroku)
git clone https://github.com/ronikjoshi/FlipkartLite.git
cd FlipkartLite
FlipkartLite/
├── backend/ # Backend API + Node/Express server
├── frontend/ # React frontend
├── server.js # Entry server file
├── package.json # Project dependencies
├── .gitignore
├── Procfile # Deployment config (Heroku/Vercel)
└── README.md