Skip to content

NSM722/Weather-Forecast-Web

Repository files navigation

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