transit-system

September 11, 2023 (1y ago)

0 views

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?

  1. Public Transport Management: This project can serve as a basis for managing public transport schedules and routes.

  2. Educational Value: For those learning Angular or public transport management, this project provides a practical example.

  3. Open Source: The project is open-source, allowing for collaboration and further development.

  4. 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.