This project displays the 7-day forecast for a specified postal address on a React page. It utilizes the US Census Geocoding service for converting postal addresses into latitude and longitude.
The UI is designed to generate a grid that displays the 7-day weather forecast. Three sample images showcase the project:
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/LucasJuan/WeatherForecast.git
- Install dependencies:
npm install
- Run the application:
npm start
If you'd like to contribute to this project, please follow the Contribution Guidelines.
This project is licensed under the MIT License.