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

https://github.com/kalwabed/simple-weather

Another React Weather app crunches data from openweathermap
https://github.com/kalwabed/simple-weather

chakra-ui react-context reactjs vite weather-app

Last synced: 2 months ago
JSON representation

Another React Weather app crunches data from openweathermap

Awesome Lists containing this project

README

          

# Weather App

Another React Weather app crunches data from openweathermap

## Tech Stack
- React.js
- Vite
- Chakra UI
- React Context

## Getting Started

To get started running the project locally, please follow the steps below.

First, clone the repository.

```bash
git clone https://github.com/kalwabed/simple-weather.git
```

Then, install dependencies and fetch data to your local machine. **Note that we use Yarn, not npm.**

```bash
cd simple-weather
yarn install
```

Finally, run the development server.

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.