Description
This is an (Angular-based project) designed to manage bus routes and schedules. The project provides features for adding new bus routes, viewing existing schedules, and other transit-related operations.
Features
- Add new bus routes with details like source, destination, arrival, and departure times.
- View existing bus schedules in a tabular format.
- Modular Angular components and services for easy customization.
Why Should Someone Care?
-
Public Transport Management: This project can serve as a basis for managing public transport schedules and routes.
-
Educational Value: For those learning Angular or public transport management, this project provides a practical example.
-
Open Source: The project is open-source, allowing for collaboration and further development.
-
Customization: The code is modular and can be easily customized to fit specific requirements.
Installation
Clone the repository and run ng serve
to start the development server. Navigate to http://localhost:4200/
to access the application.