A modern web application that facilitates carpooling among Manipal University Jaipur (MUJ) students. Built with React, TypeScript, and Tailwind CSS.
- Student authentication with MUJ email
- Real-time ride matching
- Interactive map integration
- Secure payment options (UPI/Cash)
- Coupon code system
- Driver verification
- Popular destinations with estimated ride times
- React
- TypeScript
- Tailwind CSS
- Vite
- React Router
- Lucide Icons
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/aryy8/uniPool.git
cd uniPool- Install dependencies
npm install- Start the development server
npm run dev- Open http://localhost:5173 in your browser
uniPool/
├── src/
│ ├── pages/
│ │ ├── StudentLogin.tsx
│ │ ├── BookRide.tsx
│ │ ├── RideMatching.tsx
│ │ ├── BookingConfirmation.tsx
│ │ └── BecomeDriver.tsx
│ ├── App.tsx
│ └── main.tsx
├── public/
└── package.json
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.