Skip to content

notanyarpan/react-weather-app

 
 

Repository files navigation

☁️ React Weather App

A simple weather app made with React and TailwindCSS.

Configuring

An OpenWeatherMap API key is required to use this project. You can create one for free here.

  1. Rename the .env.example file to .env
  2. Put you API key in the .env file after the = sign. (E.g. REACT_APP_OPEN_WEATHER_MAP_API_KEY=123456789abcdefg)
  3. Save the file

Deploying

  1. yarn install or npm install
  2. yarn start or npm start

Contributing

Any contributions and improvements are welcome!

About

☁️ A simple weather app made with React & TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 4.0%
  • CSS 2.5%