This is a project for BRAC University’s CSE370 course. The project aims to help users find a ride companion who shares the same route and enables cost-sharing for the journey.
- Search for ride companions traveling the same route.
- Share travel costs with matched companions.
- User-friendly interface for seamless navigation.
- Next.js for frontend development.
- TypeScript as the primary programming language.
- Tailwind CSS for styling.
- Clone the repository:
git clone https://github.com/IstiakImran/cse370_project.git cd cse370_project
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 to view it in your browser.
- Input your current location and destination.
- Get a list of potential ride companions sharing a similar route.
- Contact matched companions and discuss cost-sharing. Contributing
Feel free to contribute by creating issues or submitting pull requests.