Deployed here: National Park Service
View a list of national parks, national monuments, and other natural and cultural resources by state. Based on the official NPS.gov site's Women's History Month landing and park list pages.
Application: React, Node.js, Express, JavaScript, HTML, CSS
APIs: National Park Service, Mapbox
# Create .env file at the root of your directory and set value of API keys to
NPS_API_KEY
REACT_APP_MAPBOX_API_TOKEN
# Install dependencies for server
$ npm install
# Install dependencies for client
$ npm run client-install
# Run the client & server with concurrently
$ npm run dev
# Server runs on http://localhost:5000 and client on http://localhost:3000
Author: RunHannah
License: MIT License