Waypoint Router is a simple application that shows the route for the places you want to go to. You set your starting point and drop-off point. It Then uses Google's Maps API with React.js to waypoint that location.
ReactJS ChakraUI React-google-maps GoogleMapsApi
yarn
yarn start
yarn build
Create an API in the google developers console https://console.developers.google.com
Add a .env
file or .env.local
in the project root and specify your API key as FAI_API_KEY= Place Your Api Key Here