Skip to content

Delocalized-electron/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

A simple weather app built with React that utilizes the Open Weather API for weather data and RapidAPI for city data. The app allows users to search for a specific city and displays the current weather conditions as well as a weekly forecast.

Getting Started

  1. Clone or download the repository
  2. Install dependencies by running npm install in the root directory
  3. Sign up for an API key from Open Weather API and RapidAPI
  4. Create a .env file in the root directory and add your API key as REACT_APP_WEATHER_API_KEY and REACT_APP_GEODB_API_KEY
  5. Start the development server by running npm start
  6. The app will be running on http://localhost:3000

Features

  • Search for any city to view current weather conditions and a weekly forecast
  • Display of temperature, humidity, wind speed, and weather condition
  • User friendly and responsive design

Built With

Author

Acknowledgments

Deployed at

About

Simple Weather app created with ReactJS while learning ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published