This website gives you an opportunity to search for a weather wherever you want. You just need to enter a city name. You are also capable of storing your favorite cities. Local Storage ensures that every time you refresh the page you'll have your favorite ones saved.
- HTML5
- CSS3 with its preprocessor Sass
- React with Context API
- Download the project files
- cd in your terminal to the directory where you put the files
- Run command npm install to install all dependencies
- Make sure you change API key to yours in WeatherContext.js and ForecastContext.js. You can get it from https://openweathermap.org/
Current weather URL: https://api.openweathermap.org/data/2.5/weather?q=
5-day Forecast URL: https://api.openweathermap.org/data/2.5/forecast?q= - Run Command npm start and open your browser with localhost:3000