- When I first moved to Iowa City, I had no car and relied on the bus system to get to work, downtown, etc.
- A big part of my first few weeks was spent trying to figure out what buses to take to get to where I wanted to go.
- This is where I got pretty frustrated with the
bongo.org
service and decided to replicate it with some improvements.
- The most notorious of the improvements is render speed on selecting multiple bus routes.
- The current service freezes when the user selects more than 3?4? (haven't figured out) routes at the same time. (See below)
- GIFs in order (top/bottom): BonVue,
Bongo
original
- AWS Lambda
- AWS API Gateway
- Vue.js
- Route scheduling.
- Notification service.
- Favorite routes.
- Any Graph theory algorithm visualization.
- Djikstra, Bellman-Ford, BFS, DFS, A-star, Best-First Search...
npm install
npm run serve
npm run build
npm run test
npm run lint
- 🍝 Fork this repo!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 👍