Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.09 KB

Weather app

A simple weather application that provides current weather information for a given location.

Installation

  1. Clone the repository:
 git clone https://github.com/your-username/weather-app.git
  1. Install NPM packages
npm install
  1. Run the project:
npm run dev

Links

Built

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Desktop-first workflow
  • Javascript
  • parcel NPM packge mangager

Features

  • Get current weather conditions, including temperature, humidity, and wind speed.
  • Search for weather by city name.
  • Add different backgrounds based on the weather conditions.
  • Add weather icons corresponding to the current weather conditions.
  • Display the maximum and minimum temperature for the next 5 days.
  • Provide weather information for 4 different cities.

Author