Skip to content

carpenter-js-zz/Velo-Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Velo-Maps!

Using Google Maps Javascript API and google-react-maps npm library, Velo-maps is a an interactive route planning app. Currently the focus is on bike routes, but could be shifted to focus on something else like hiking routes or rock climbing spots.

I got the idea for this app when I was struggling to find tools to help me plan safe bike routes to destinations around Denver. I found the Google Maps API with their bicycle layer and thought it would be perfect for an app that allows users to plan safe urban bike rides, especially for bike commuters, or cyclists in an unfamilier town.

Link to deployed app:

https://velo-maps.herokuapp.com/

Link to server github repo:

https://github.com/carpenter-js/VeloMaps-server

Screenshots:

  • Default view: alt text
  • Help window: alt text
  • Creating a route: alt text
  • Viewing a saved route:
  • alt text

Tech stack:

Frontend: React
State Management: Redux
Server: Node with Express
Database: Mongo

API:

Bike Routes: /api/routes

GET request to endpoint to get all saved bike routes.

POST request to enpoint to create a new bike route.

{ name, description, // optional path }

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published