Skip to content

mmuazam98/Weatherex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherex

This is a website for the organisation "Weatherex". Weatherex's vision is to make finding out the current weather forecast and the forecast for the following days as easy as possible. The goal is to provide a simplistic, navigable website that shows the current temperature of the location where the user is present, with all the data including current temperature, hourly forecast, daily forecast and more.

1           2     3           4          

Brief Description

A website that displays weather conditions from a chosen city using information retrieved by AJAX from WeatherAPI. The weather information displayed includes:

  • current temperature
  • the day's high temperature
  • the day's low temperature
  • real feel
  • current weather condition descriptions
  • current wind speed, humidity etc.
  • surise time
  • sunset time
  • hourly forecast
  • daily forecast

Technologies Used

Languages Used

Additionally

  1. Google Fonts:
    • Google fonts were used to import the 'Poppins' font into the style.css file which is the primary font used in the project.
  2. Font Awesome 5.10.0:
    • Font Awesome was used to add icons for aesthetic and UX purposes. Icons specifically used on Search Button & Carousel Arrows.
  3. WeatherAPI - Current Weather Data
    • This API was used to access the current weather data for the specified/searched location.