React Wheater App

Simple React weather app created with AccuWeather API. Check how it works: React Weather App

If you want to modify feel free. Download repository or clone it with:

git clone https://github.com/Simply-man/weather-app-react.git

Next you have to create account on AccuWeather APIs. When you did it, go to root folder of your projects and create .env file. At your .env file create REACT_APP_YOUR_API_KEY = "PASTE YOUR API KEY HERE". Your .env file should look like:

REACT_APP_YOUR_API_KEY = "PASTE YOUR API KEY HERE"

weather app

React Weather App - Demo