One Stop Guide is a responsive and dynamic web platform that helps users explore major Indian cities. It combines static city pages with PHP & MySQL backend to deliver city-specific information dynamically, and includes Google Maps integration for real-world exploration.
- 🏙️ Explore various Indian cities like Ajmer, Delhi, Sikar, and more
- 📍 “Explore” button redirects to the city on Google Maps
- 🧠 City info dynamically loaded using PHP and MySQL
- 💡 User-friendly and mobile responsive design
- 🧾 Database file (
CityGuideDb.sql) included for easy setup
- HTML5
- CSS3
- JavaScript
- PHP
- MySQL
One-Stop-Guide/
├── indx.html # Main homepage
├── ajmer.html, delhi.html # Static city pages
├── city.php, sikar.php # Dynamic pages using PHP
├── dbconnect.php # DB connection file
├── CityGuideDb.sql # SQL file to create and populate DB
└── assets/ # (If present) For images, CSS, JS
- Clone or download this repo and move the folder into
htdocs(for XAMPP). - Start Apache and MySQL from XAMPP Control Panel.
- Import the database:
- Go to
phpMyAdmin - Create a DB named
CityGuide - Import
CityGuideDb.sql
- Go to
- Open the browser and visit:
- Click on any city card or page. Pages like
sikar.phpfetch data from DB.
- Add login/register functionality
- User feedback or review system
- Admin panel to update city content
- API integration (weather, transport, tourism)
Komal Khatod
B.Tech CSE (3rd Year), Mody University of Science and Technology
📧 Email: [komalkhatod1234@gmail.com]
🔗 GitHub: komalkhatod1105