This is my first React
application which I created as a beginner in learning React framework.
This application takes a valid city name and associate ISO 3166 Country Code as inputs and produces the following weather updates:
Location: city, country-code
Temperature: in celcius,
Condition: Clear, Mist, etc.,
Humidity: relative value in percentage,
Wind: speed in kilometer per hour, direction in degree
On leaving any field empty, the app returns the following alert message: "Please enter name of the City and Country."
I referred to this YouTube Tutorial to start learning react. I used the following API to retrieve weather Data: Open Weather Map
The CSS
and the background image have been customized by me.
I used the GitCat as the mascot of the app.
Copyright for the GitCat logo: GitHub
Clone the repository and run the app in http://localhost:3000/
I will create provision for user account, where a user will be able to save favorite city and can check weather conditions for multiple cities at a glance.
Thanks for taking interest in my project. Please feel free to add improvement suggestions, bug or usability problems as issues in this repository