Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.15 KB

Weather forecast web application

This web application displays current and next 2 days weather information for an entered city

The application retrieves and display weather data from OpenWeather API

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Features

  • Display entered city weather information
  • View weather information of several cities at a time
  • Highlight maximum and minimum temperatures of a city within the given days
  • Display information even when app is offline
  • Remove/Delete city weather information

Improvements