A single page application using React which features a map. The map shows markers illustrating the up-to-date locations of on-demand taxis in the area.
- Polls the data every 60 seconds to get the most up to date data.
- Updates the taxi data on the map when the user drags the map to move to a different location.
- Features a slider that enables the users to change the amount of drivers displayed on the map.
- Clone repository.
- Redirect to folder.
- npm install (or) yarn.
- npm install (or) yarn start.
- Enjoy!
Tried, Tested & Confirmed
Compatibility |
---|
- Refactor to use React 16.8 Hooks.
- Add current location marker component.
- Improve the overall styles.
Created by: Konstantinos Koukourakis