This is a project written entirely in React Js using React Hooks, Router DOM, Fetch api and other functionalites
Contains 4 cards representing 4 major metropolitans of India which redirect to their dedicated page on click
Displays cards with primary weather details of the cities matching the search text which again redirects to their dedicated page on clicking.
Contains details like Sunrise, sunset, humidity, temperature, windspeed etc of that particular city
UseState to update weather info variable and UseEffects to updates elements based on various parameters
Fetch functions used to gather relevent data from the API sites containing real time data about weather and cities
GeoDb API used to get city names based of matching letters and half types names and Weather API used to gather Climatic conditions using the Name retrieved from the GeoDB API.
React router used to navigate between different views and based on the parameters passed