This project is a simplified clone of Flipkart, focusing on building a basic e-commerce frontend using HTML, CSS, and JavaScript. It includes a homepage, product page, and cart page. The main goal was to improve frontend development skills and collaboration within a team.
Frontend
Frontend: https://clever-beignet-6ce12f.netlify.app/
https://drive.google.com/file/d/1ntqPGfCpPYWklg4bC-f1ePtzM9qoz1DL/view?usp=sharing
- Home Page displaying products
- Product details page
- Cart page with add/remove functionality
- Local storage to persist cart data
- Responsive design (basic level)
- Used local storage to maintain cart data instead of a backend
- Kept UI minimal for better performance
- Focused on core functionality rather than advanced animations
No installation is required as it's a frontend-only project. Simply clone the repository and open index.html in a browser.
git clone https://github.com/your-repo.git
open index.html- Navigate to the homepage to view available products.
- Click on a product to view details.
- Add items to the cart and view them on the cart page.
No authentication is required for this project.
No external APIs were used in this project.
- HTML - Structure of the web pages
- CSS - Styling and layout
- JavaScript - Functionality and interactivity
- [Sameer Ahmad Mir] (Team Lead) - Managed collaboration, homepage
- Hrishi Yadav - Cart page development
- Tushar Jaiswal - Home page Ui ~
- Syed Seemab Naqvi - UI improvements and styling
- Improve responsiveness for mobile devices
- Implement a backend for real-time data management
- Add a user authentication system