A React App that allows users to see the forecast for a given day for any US city they input. These forecasts will be displayed on an interactive map. Cooler forecasts show up with a blue marker and warmer ones show up in red.
This app uses the weather.gov API, and these calls are unreliable for certain cities. If you do not see data for a certain city, wait a minute before trying again.
This project was bootstrapped with Create React App.
To interact with this project, you'll need to run the scripts below, but here is a peek at what you can expect:
In the project directory, you can run:
Clone the project and open it in your preferred IDE. Then, run npm start (you will need to download Node.js if you haven't already).
This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
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.