HrRoadways is a comprehensive project designed to provide users with an intuitive platform to check bus routes, timings, and real-time updates for government bus services.
- React with Vite Framework
HrRoadways/ ├── Databases/ │ └── State_Database/ ├── src/ │ ├── components/ │ └── assets/
- Clone the repository:
git clone https://github.com/NishantRana07/HrRoadways.git
- Navigate to the project directory and install dependencies:
npm install
- Run the development server to access the site locally:
npm run dev