Skip to content

kanak227/Whooshh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whooshh

A simple and responsive weather application built using HTML, CSS, and JavaScript that fetches real-time weather data from an API and displays it in an easy-to-understand format.

Features

  • Get real-time weather updates for any city
  • Displays temperature, humidity, wind speed, and weather conditions
  • Responsive design for a seamless experience across devices
  • Simple and intuitive UI

Technologies Used

  • HTML – For structuring the web page
  • CSS – For styling and responsiveness
  • JavaScript – For fetching and displaying weather data
  • Weather API – To get real-time weather data

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/devleo10/Whooshh.git
  2. Navigate to the project folder:
    cd Whooshh
  3. Open index.html in a browser to run the app.

Usage

  1. Enter the city name in the search bar.
  2. Click the search button to fetch weather details.
  3. View the temperature, humidity, wind speed, and weather conditions.

Live Demo

Check out the deployed version: Whooshh on Vercel

API Used

This app uses the OpenWeatherMap API to fetch weather data.

Future Improvements

  • Add a location-based weather feature
  • Improve UI with animations and better design
  • Display a weekly weather forecast

Contributing

Feel free to contribute to this project by forking the repository and submitting pull requests.

License

This project is licensed under the MIT License.


Developed by Mehbub

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.3%
  • CSS 34.7%
  • HTML 19.0%