https://github.com/tbgracy/bubus
A web app for finding bus for some towns in Madagascar
https://github.com/tbgracy/bubus
api react typescript
Last synced: about 1 month ago
JSON representation
A web app for finding bus for some towns in Madagascar
- Host: GitHub
- URL: https://github.com/tbgracy/bubus
- Owner: tbgracy
- License: other
- Created: 2023-12-20T10:27:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:38:31.000Z (over 1 year ago)
- Last Synced: 2025-03-06T17:39:17.261Z (over 1 year ago)
- Topics: api, react, typescript
- Language: TypeScript
- Homepage: https://bubus-mg.netlify.app/
- Size: 437 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚍 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](https://github.com/leorak98), [selestino](https://github.com/selestinohajaniaina), [j03-dev](https://github.com/j03-dev))
## 🏙️ Curently available towns
- Antsirabe
- Mahajanga
## ✨ Production link
You can try it [here](bubus-mg.netlify.app).
## 🚀 Run locally
If you wanna try the project locally and mess around, follow the steps below.
### Clone the repo
```bash
git clone https://github.com/tbgracy/bubus
```
### Install all the dependencies
```bash
cd ./bubus
npm i
```
### Run the project
```bash
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