olgatenison / weather-forecast

Weather Forecast is a web application that provides real-time weather information for a selected city. Users can enter the city name and the application will fetch and display the current temperature, feels like temperature, cloud conditions, and humidity using a weather API. The project is built with HTML, CSS, and JS and I designed the UI/UX

Home Page:https://olgatenison.github.io/weather-forecast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Preview

Weather Forecast

Weather Forecast is a web application that provides real-time weather information for a selected city. Users can input the name of a city in the provided form, and the application will send a request to a weather API to fetch and display the current temperature, feels like temperature, cloud conditions, and humidity. The application is built using HTML, CSS, and JavaScript and integrates with a weather API to retrieve weather data. The design of the user interface, including its mobile-responsive layout, was developed by me.

Skills Demonstrated

  1. Web Development: The application showcases proficiency in web development using HTML, CSS, and JavaScript.

  2. API Integration: The application interacts with a weather API to retrieve up-to-date weather information, demonstrating skills in API integration and working with external services.

  3. Data Handling and Dynamic UI Updates: The application fetches weather data from the API and dynamically updates the user interface to display the received information. This showcases skills in data handling and manipulating the Document Object Model (DOM).

  4. Mobile Optimization: The application is designed to be mobile-responsive, ensuring optimal display on smartphones. This demonstrates skills in creating mobile-adaptive applications.

  5. User Interface Design: The development of the user interface includes designing an aesthetically pleasing and intuitive interface. This showcases skills in visual design and creating an engaging user experience.

About

Weather Forecast is a web application that provides real-time weather information for a selected city. Users can enter the city name and the application will fetch and display the current temperature, feels like temperature, cloud conditions, and humidity using a weather API. The project is built with HTML, CSS, and JS and I designed the UI/UX

https://olgatenison.github.io/weather-forecast/


Languages

Language:JavaScript 51.6%Language:CSS 34.9%Language:HTML 13.5%