A simple Android app for ride-sharing, built with Kotlin and Firebase Firestore.
- Create Ride – Drivers can create a ride by selecting the source, destination, and date/time.
- Search Ride – Passengers can search for rides by location and date.
- Firebase Integration – All rides are stored and fetched from Cloud Firestore.
- Authentication – Login & Signup using Firebase Authentication.
- Modern UI – Material Design with RecyclerView for search results.
- Language: Kotlin
- Architecture: MVVM (partial usage)
- UI: XML, Material Design Components
- Backend: Firebase Firestore, Firebase Authentication
- IDE: Android Studio
- Login / Sign Up to the app.
- Create a Ride with your details if you are a driver.
- Search for Rides by entering "From", "To", and "Date".
- View Results in a simple RecyclerView list.
This project is open-source and available under the MIT License.