An open API service indexing awesome lists of open source software.

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

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