Skip to content

IstiakImran/cse370_project

Repository files navigation

SplitGo - Ride Companion Finder

CSE370 Project - BRAC University

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.

Features

  • Search for ride companions traveling the same route.
  • Share travel costs with matched companions.
  • User-friendly interface for seamless navigation.

Technologies Used

  • Next.js for frontend development.
  • TypeScript as the primary programming language.
  • Tailwind CSS for styling.

Installation

  1. Clone the repository:
    git clone https://github.com/IstiakImran/cse370_project.git
    cd cse370_project
    
  2. Install the dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 to view it in your browser.

How to Use

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