BikeShare - DE - V3 is an improved version of my previous cycleshare-de and cyclesharing-de-v2 project. The data is obtained from CityBikes API. I have swtiched to using NextJS14, Typescript and TailwindCSS. I am fetching and processing the data Server Side, thereby signigicantly improving the page load speeds.
- Need NPM to install the packages needed for the project
- Need Git and Github account to setup and contribute to the project
-
Clone the repo in your local machine.
https://github.com/ram1117/cyclesharing-de-v2.git -
Run the following command to install the project dependencies using npm
cd bikeshare-de-v3npm install
-
Run the following command to start the NextJS Dev server
npm run dev
Please raise a Github issue for errors or bugs.
https://github.com/ram1117/bikeshare-de-v3/issues
@ram1117
ram kumar karuppusamy
- 0.1
- Initial Release
This project is MIT licensed. See the LICENSE.md file for details
The following tutorial greatly helped in customizing the react-leaflet map used in the project.