An open API service indexing awesome lists of open source software.

https://github.com/whflima/weather-app

A React TypeScript app that fetches and displays weather data using the OpenWeatherMap API. Users can search for the current weather in any location, including details like temperature, humidity, wind speed, and weather conditions in an intuitive interface.
https://github.com/whflima/weather-app

nextjs react tailwind-css typescript

Last synced: 2 months ago
JSON representation

A React TypeScript app that fetches and displays weather data using the OpenWeatherMap API. Users can search for the current weather in any location, including details like temperature, humidity, wind speed, and weather conditions in an intuitive interface.

Awesome Lists containing this project

README

          

Welcome to Weather App 👋

> A simple React TypeScript application that fetches and displays weather information using the OpenWeatherMap API. The app allows users to search for the current weather of any location, showing details like temperature, humidity, wind speed, and weather conditions in an intuitive and user-friendly interface.

### 🏠 [Homepage](https://whflima.github.io/weather-app/)

## Video demo

Watch the video below for a quick demo of how the application works:

> **Note:** The video may take some time to load. Please be patient.
![weather-app-](https://github.com/user-attachments/assets/94292817-b450-4f9f-8017-aaa29772f619)

## Clone

Run the following command to clone this project to your local machine:

```sh
git clone https://github.com/whflima/weather-app
```

## Navigate to the project folder:

Run the following command to move into the project folder:

```sh
cd weather-app
```

## Install

Run the following command to install the required dependencies:

```sh
npm install
```

It will install all the necessary packages listed in the package.json file.

## Start

Run the following command to start the development server:

```sh
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Author

👤 **Welisson Lima**

* Github: [@whflima](https://github.com/whflima)
* LinkedIn: [@https:\/\/www.linkedin.com\/in\/welisson-lima\/](https://linkedin.com/in/welisson-lima)

## Show your support

Give a ⭐️ if this project helped you!

***