Skip to content

saxoboy/weather-app-v2

Repository files navigation

React Weather App

This is a single-page application that displays current weather information, 8-day forecasts, and past 5-day weather conditions for 10 different cities. It uses the Open Weather API to obtain weather information and SWR to handle API queries.

Technologies used

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • Open Weather API
  • SWR

Features

  • Current weather information for 10 different cities
  • 8-day weather forecasts
  • Past 5-day weather conditions
  • Responsive styling using Tailwind CSS

How to run the app

  1. Clone the repository.
git clone https://github.com/saxoboy/weather-app-v2
  1. Install dependencies
yarn
  1. Start the app.
yarn dev
  1. Open the app in your web browser.
http://localhost:5173
  1. License This project is licensed under the MIT license. See the LICENSE file for more information.

  2. Author This project was developed by saxoboy. If you have any questions, feel free to contact me.