Edward Reyes
This app allows you to search a location and view weather data such has temperature, cloud conditions, humidity, wind speeds, wind directions, and UV index. The app will also store you previous searched locations, allowing you to search adn see weather data on that location when clicked again. The app also display weather information from a 5 day forecast, displaying similar results as the current weather data.
- AS A traveler
- I WANT to see the weather outlook for multiple cities
- SO THAT I can plan a trip accordingly
- Display Temperature and weather conditions
- Display wind speeds, wind directions, UV index, and humidity.
- Used HTML, CSS, and Booststrap
- Used Bootstrap primarily for row/col alignment, centering, spacing, and text color.
- Used css to tweak spacing, background color, spacing between main-content and footer, and more.
- I used the Open Weather Api as required by this assignment. I used the Current Weather API, 5-day forecast API, and the current UV Index API in order to get the required data.
- I used both vanilla javascript, ES6 syntax, jQuery, and Ajax calls to both work with the API and display HTML elements, information, button interactions dynamically.
HTML, CSS, Bootstrap, JavaScript, OpenWeather API, jQuery
- Mostly working with the layout. This time I did a mobile-first approach which I wasn't used to.
- Also keeping the script.js file organzied and not too crowded, while also working one keeping the code overall non-repetitive or D.R.Y.