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
- Host: GitHub
- URL: https://github.com/kalwabed/simple-weather
- Owner: kalwabed
- Created: 2022-05-19T02:56:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:37:13.000Z (over 2 years ago)
- Last Synced: 2025-07-11T05:35:49.789Z (11 months ago)
- Topics: chakra-ui, react-context, reactjs, vite, weather-app
- Language: TypeScript
- Homepage: https://simple-weather-kalwabed.vercel.app/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.