Web Application design for mobile size to provide weather data using https://openweathermap.org api.
- Get a weather API key from https://openweathermap.org and use it instead of 'YOUR_API_KEY' in App.js
const apiKey = 'YOUR_API_KEY';
This project was bootstrapped with Create React App.