A web application that gives you real-time data for bike points in a selected area of London. It displays the bike points for a certain area on a map and displays the information on multiple charts that react to user changes.
I believe that most people who would be looking for bikepoints in London would do so on their mobile phones, so I made sure to make the site mobile responsive.
Built mainly with TypeScript and SASS
This section gives a rundown on how to set this project up locally to begin development.
This section assumes that you have NodeJS and npm installed on your local system.
- Clone the repo
git clone https://github.com/kosiumeigbo/bike-points-mapper.git cd bike-points-mapper
- Install NPM packages
npm install
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Kosidinna Umeigbo - Twitter
Project Repo: Bike Points Mapper
Project Website: Website
I have listed below a few resources that have been helpful to me while developing this project.