EduRide was born from a vision to make every student's daily commute safer, smarter, and stress-free. We believe technology should empower students, parents, and drivers—connecting them in real time, building trust, and making every journey a little more joyful.
"A bus ride is more than just a trip—it's a bridge to opportunity, learning, and community. EduRide ensures you never miss your ride, never lose your way, and always feel connected."
- For Students: No more waiting in uncertainty. Track your college bus live, know your stops, and manage your time with confidence.
- For Parents: Peace of mind knowing your child's journey is visible and safe.
- For Drivers: Simple tools to keep everyone informed and on schedule.
EduRide is more than an app—it's a movement to modernize campus mobility, foster punctuality, and inspire a new standard for student transport.
This project is a React application built with Vite, TypeScript, shadcn/ui, and Tailwind CSS.
To get a local copy up and running, follow these simple steps.
You need to have Node.js and npm installed on your machine. You can use nvm (Node Version Manager) to install them.
- Clone the repo
git clone <YOUR_GIT_URL>
- Navigate to the project directory
cd <YOUR_PROJECT_NAME>
- Install NPM packages
npm install
To start the development server, run:
npm run dev
This will start the development server at http://localhost:8080
.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
Builds the app for production to the dist
folder.
Serves the production build locally.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS