Skip to content

uxderrick/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Weather App Screenshot

Overview

The Weather App is a simple web application that allows users to check the weather conditions for a specific city or location. It fetches weather data from the OpenWeatherMap API and displays it in a user-friendly format.

Features

  • City Search: Users can enter the name of a city or location to retrieve weather information.
  • Debouncer: API requests are debounced to improve the user experience and reduce unnecessary requests.
  • Weather Display: The app displays temperature, weather conditions, and other relevant data.
  • Responsive Design: The interface is designed to work well on both desktop and mobile devices.

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Install any necessary dependencies using npm install or yarn install.
  3. Start the development server with npm start or yarn start.
  4. Open your web browser and navigate to http://localhost:3000 to access the app.

Dependencies

This project relies on the following dependencies:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to OpenWeatherMap for providing the weather data API.
  • This project was created for educational purposes and as a practical exercise in web development.

Feel free to contribute, report issues, or suggest enhancements. Happy coding!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published