Skip to content

React weather CRUD application. Gets meteorological data from an API and displays it as widgets

Notifications You must be signed in to change notification settings

alin1k/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App

React app created to showcase frontend skills and the capability to work with an API.

This is a CRUD app (Create Read Update Delete). You can see meteorological data about your added cities. The meteorological data is fetched from the OpenWeather API and displayed as widgets. You can then update the widget's data or completly remove the widget.

All the widgets are stored in the local storage.