The Bus Route System Website is a frontend web application designed to manage and display bus route information in a structured and user-friendly way. The project includes both public-facing pages and an admin panel UI for route management.
link
- Home – Overview of the bus route system
- About – Information about the system and its purpose
- Routes – Displays available bus routes (UI only)
- Contact – Contact form interface (non-functional without backend)
- Admin login page (frontend design)
- Add new bus routes
- Update existing routes
- Delete routes
All admin actions are currently UI-level only and do not persist data without a backend.
- HTML5
- CSS3
- JavaScript
- PHP (to be reintegrated in the future)
This project was created to:
- Practice frontend development and UI structuring
- Design an admin panel workflow
- Understand CRUD-based system design
- Prepare for future full-stack integration
- No data persistence
- Admin authentication is UI-only
- Forms do not submit data to a server
- Routes are not stored or fetched dynamically
- Integrate backend using PHP / Node.js
- Add database support (MySQL / MongoDB)
- Implement real authentication
- Enable full CRUD operations
- Deploy complete version on a backend-supported serve
📄 License This project is open-source and available under the MIT License.
🙌 Acknowledgement Author: Anuj Bhatia This project was initially developed as a full-stack concept. Frontend is hosted on GitHub, and backend integration will be completed in future versions. ⭐ If you find this project useful, feel free to star the repository!