Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 845 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 845 Bytes

React Weather Forecast

A React based weather app that displays weather data pulled from the OpenWeatherMap API

Home page

Basic Information

  • Built with React and styled with Material UI.
  • Features toggles for light/dark mode and preferred measurement units.
  • Data persistence for location and settings.

Getting Started

  • Sign up for an API key at openweathermap.org
  • Create an .env.local file in the root directory, add the following contents to the file:
REACT_APP_API_KEY = ***Your API key***
REACT_APP_API_URL = 'https://api.openweathermap.org/data/2.5'

License

The source code for this app is licensed under the MIT license, which you can find in the LICENSE.txt file.