This is a project which aims at addressing a problem of commuters in Kigali who spend a long time at the bus stations or in queues waiting for buses to come. This application will allow simulating bus movements and enabling passengers to track their locations & movements.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Staging app linked here use the
develop
branch - Production app linked here use
main
branch.
This project requires a terminal and a web browser to run and test. For development, it requires a code editor.
Clone the project repository linked here
cd phantom-fe-codebandits/
git fetch origin
npm install
npm run start
run http://localhost:3000 in your browser
- Code Bandits