Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Mini React Weather App

This is a mini React project that fetches and displays weather data using the OpenWeather API. Users can search for weather information by entering a place name.

Features

  • Search for weather information by place name.
  • Display current weather data including temperature, wind, and humidity. alt text

Technologies Used

  • React
  • OpenWeather API

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Weather-App-React.git
    cd Weather-App-React
  2. Install the dependencies:

    npm install
  3. Create a .env file in the root of the project and add your OpenWeather API key:

    VITE_API_URL = "https://api.openweathermap.org/data/2.5/weather"
    VITE_API_KEY =  your_api_key_here
  4. Start the development server:

    npm run dev

Acknowledgments


About

Weather App built using React and Open Weather API

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages