Customers Edge is a Django-based price comparison website that scrapes real-time data from major e-commerce platforms like Amazon and Flipkart.
It helps users make informed decisions by comparing product prices across multiple sites in a fast, responsive interface.
- Search Products — Enter any product name to get the latest listings from Amazon and Flipkart.
- Real-time Scraping — Uses Selenium to dynamically scrape product details during each search.
- Fast Load Time — Powered by Django Channels to fetch and display search results without reloading the page.
- Clean UI — Built with HTML and CSS for simplicity and responsiveness.
- Sort By Price/Rating - Feature to sort search results by price or by rating
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | Django (Python) |
| Realtime | Django Channels |
| Scraping | Selenium WebDriver |
| Database | SQLite (default) |