VaCart is a modern Android application that helps travelers find vacant seats in Indian Railway trains after the chart preparation. Built with the latest Android technologies, it provides a seamless and intuitive experience for checking train vacancies.
- 🔍 Real-time Vacancy Check: Instantly view available seats after chart preparation
- 🚂 Detailed Coach Information: See vacancy status for each coach type
- 📱 Modern UI: Built with Jetpack Compose and Material 3 design
- 🌓 Theme Options: Support for both light and dark themes
- ⚡ Efficient Performance: Utilizes MVVM architecture for smooth operation
- Jetpack Compose: Modern toolkit for building native UI
- Material 3: Latest Material Design implementation
- Hilt: For dependency injection
- Kotlin Flows: For reactive data management
- MVVM Architecture: For clean separation of concerns
Used Kestra for creating CI/CD pipeline to automate the build process.
- Android Studio Arctic Fox or later
- JDK 11
- Android SDK 21 or above
- Clone the repository
git clone https://github.com/CHAHATMB/VaCart.git
-
Open in Android Studio
-
Build and run the app
- Add offline support
- Implement notifications for chart preparation
- Add in train chat feature
- Support for multiple languages
This project is licensed under the MIT License
- Indian Railways for providing the data
- Jetpack Compose
- Material Design