(or view the source code on my GitHub)
This is an interactive weather app testing what I’ve learned with HTML, CSS, and JavaScript.
Functions include displaying the user’s current location, time and date, weather, temperature, and forecast. Users can change the current city, and switch from Fahrenheit to display in Celsius.
All data is sourced from a real-time weather API.
*iphone templates from Pixeden
This is my second attempt at a weather app project. I’m sharing it to show the design, and how far I’ve come with what I’ve learned from my coding bootcamp!
Functionality includes displaying the current user’s city, time, date, and current weather data. Users can change the city to show a new weather data at the top, or click to reset the current city.
All current weather data is sourced from a real-time weather API. Temperatures are only displayed in Fahrenheit, forecasts use placeholder data, and image icons do not change with the updated weather.
This is my first weather app project I’m sharing to show the design, and how far I’ve come with what I’ve learned from my coding bootcamp!
The only functionality displays the current temperature and the forecast (using Fahrenheit only) by changing the current city.