Skip to content

harshit519/mobilehunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 MobileHunt - Django Mobile Phone Price Comparator

A beautiful, full-featured Django web app for comparing mobile phone prices across major Indian e-commerce platforms.

🚀 Features

  • Login/Signup - Secure user authentication
  • Home Page - Select brand (Samsung, iPhone, Motorola, Vivo, OPPO, Realme, OnePlus, Xiaomi, Redmi, Nokia) and platform
  • Platform Support - Amazon, Flipkart, Myntra, Croma, Reliance Digital, Vijay Sales
  • Results Page - 20 phones per page with images, prices, ratings, and buy buttons
  • Buy Button - Redirects directly to the product on the selected e-commerce site
  • Pagination - Navigate through all available phones
  • About Page - Project information
  • Contact Page - Contact form

📦 Installation

cd mobilehunt
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

👤 Demo Accounts

  • Admin: admin / admin123
  • Demo: demo / demo123

🌐 Usage

  1. Go to http://127.0.0.1:8000/
  2. Login with demo/demo123
  3. Select a phone brand on the home page
  4. Select a platform (Amazon, Flipkart, etc.)
  5. Click "Find Phones" to see results
  6. Click "Buy Now" to go to the product page

🛠 Tech Stack

  • Django 4.2
  • BeautifulSoup4 (web scraping)
  • Bootstrap 5
  • jQuery
  • AOS.js animations
  • SQLite database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors