Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.15 KB

🚍 Bubus 🚍

A web app that allows you to find the bus from point A to point B in some towns of Madagascar.

🤔 Why

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)

🏙️ Curently available towns

  • Antsirabe
  • Mahajanga

✨ Production link

You can try it here.

🚀 Run locally

If you wanna try the project locally and mess around, follow the steps below.

Clone the repo

git clone https://github.com/tbgracy/bubus

Install all the dependencies

cd ./bubus
npm i

Run the project

npm run dev

🤝 Contributing

Submit a pull request

Roadmap

  • Refactor
  • Display bus color when available
  • Make it mobile-friendly
  • Internationalization (English, Malagasy)
  • SEO
  • Add dark mode