WeatherApp
- Onload the default city is set to Adelaide
- Weather details and forecast is displayed to user
- To search for new city, user enter city name into searchbox and click on search btn
- if no data was entered before clicking search btn, modal display input needed will appear
- if data entered was not matched with any city via API,modal display nil result will appear
- Searched city will be added to local storage and display in the first line of history section
- Searh history limited to 5
- If searched city already existed in history, it will not be added
- To displays weather details for previously searched city, user click on the city name displayed in history section
- To clear history, user click on clear history btn
- Background image change with the hour number of the day