Projects
Search a city's weather using this web app!
Simple and responsive thanks to Bootstrap 4, makes this app easy to use.
Using API calls to dynamically generate the data in real time.
Minimal development time from utilizing JQuery and Bootstrap 4.
Just about any city you could think of!
Technologies used:
HTML5
Bootstrap 4
ES6 JavaScript + JQuery
Dynamically-generated HTML
Local Storage
Async REST API (Open Weather Map)
Technical Description:
A weather app developed with JavaScript + JQuery to further cement my API logic, using OpenWeatherMap's API. Local storage is used so it remembers the city the user last searched.
The list of cities are stored in a JSON server-side, static HTML file is there to provide structure and it is manipulated through JavaScript on the back-end.