This app is a single page weather journal that uses a web API (openweathermap) to grab and dynamically implement data into the UI. It displays real time weather information once a Zipcode has been entered. I also added extra features that went beyond the scope of the project brief. For example, the saving and displaying of previous entries. It also changes its layout via responsive design in order to display correctly for all major screen sizes.
This was the third project for the Udacity FEND ‘nanodegree’. It incorporates the use of HTML, CSS, JavaScript and an external web API. I completed and passed this project ahead of schedule with all extra features and some beyond this. It was mainly an exercise in the use of the above described technologies and handling of asynchronous JavaScript functions.