Discover destinations and find the best route.
Simple mobile app (React Native + Expo) where users can search travel destinations and view bus & train schedules.
- User registration & login (dummy API)
- Search destinations
- View bus & train schedules (mocked for paid endpoints)
- Mark favourites
- Simple, responsive UI
- Profile section
- Dark mode support
- Uses dummy APIs for auth and many transport endpoints.
- Some UK TransportAPI endpoints require paid access — those are replaced with mock JSON in this project.
- React Native + Expo
- React Navigation
- Redux Toolkit
- DummyJSON / Mock data
git clone <your-repo-url>
cd TripRoute
npm install
npx expo start