A Weather app created using ReactJS and OpenWeather API.
Location information will be provided in the search bar in the application window. Javascript will query this data along
with other parameters and call the fetch function. Fetch returns a promise object whose value will be produced in the future. The object will be of JSON fromat and can be embedded in HTML using javascript. The application will display the name of
the city, country, the temperature and the forecast.
ReactJS - React is an open-source JavaScript library for building user interfaces or UI components.
OpenWeather API
https://www.youtube.com/watch?v=GuA0_Z1llYU
https://openweathermap.org/current
https://fontawesome.com/
A few screenshots of the application.