Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.15 KB

Weather App

A simple weather app built using React and Tailwind.

Table of Contents

Introduction

This weather app is designed to provide you with accurate and up-to-date weather information, helping you stay informed about the weather conditions wherever you are.

Features

This app includes the following features:

  • Get real-time weather updates including temperature, humidity, wind speed, and more
  • Provide hourly forecasts
  • Provide weather outlook for the next several days
  • Automatically detects your location to provide local weather information, or you can search for any location worldwide

Technologies Used

This app was built using the following technologies:

  • React
  • Tailwind
  • HTML
  • CSS
  • Open Weather API

Installation

To run this app locally, you’ll need an API key from OpenWeather. Clone this repository and save the key in an environment variable, then run the following commands:

npm install
npm run dev

License

This project does not has any license.