A web app that allows you to find the bus from point A to point B in some towns of Madagascar.
Finding the right bus when you're just moving in a new town is kind of frustrating. Unfortunately, bus data in Madagascar is somewhat hard to find BUT hopefully some awesome devs already made available some data to start with (Shout out to leorak98, selestino, j03-dev)
- Antsirabe
- Mahajanga
You can try it here.
If you wanna try the project locally and mess around, follow the steps below.
git clone https://github.com/tbgracy/bubus
cd ./bubus
npm i
npm run dev
- Refactor
- Display bus color when available
- Make it mobile-friendly
- Internationalization (English, Malagasy)
- SEO
- Add dark mode