Chartr APK is a React Native application that replicates the core functionality of the Chartr app. It allows users to book DTC bus tickets and apply for bus passes directly from their mobile device. The app is designed to provide a smooth and convenient travel booking experience.
Note: A PWA (Progressive Web App) version is also available!
- Repository: Chartr PWA Repository
- Live Website: Chartr PWA
- Clone the repository
git clone https://github.com/aadii-rawt/Chartr-APK
cd Chartr-APK- Install dependencies
npm install- Start the app
npx expo startIn the output, you'll find options to open the app in:
- Development build
- Android emulator
- iOS simulator
- Expo Go
You can start developing by editing the files inside the app directory. This project uses file-based routing.