Lyft to the Park is a web app that displays California regional park information and can call you a Lyft to help you get there. It uses the National Park Service, Google Geocoding, & Lyft APIs.
STACK: React, Redux, Redux-Thunk, Axios, Lyft SDK, React DOM.
ADDITIONAL SKILLS: CSS animations, React HOC
-
Clone this repo to your local machine.
-
Get the relvant API keys:
- Google Maps API
- National Park Service API
- Lyft API
- Note: You need a US phone number to get a Lyft API key.
-
Copy the
.env_example
and rename it.env
$ cp .env_example .env
-
Edit your
.env
file to include your shiny new api keys. -
Install your dependencies:
$ npm install
-
Start the development server:
$ npm start
-
Code to your heart's content.