Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikprajapat21/weather-application

A web app that lets you search for your city and provide you weather report.
https://github.com/ritikprajapat21/weather-application

Last synced: 13 days ago
JSON representation

A web app that lets you search for your city and provide you weather report.

Awesome Lists containing this project

README

        

# Weather Application

A web app, made using React, that lets you user see the weather and forecast of their city. User can also see the temparature trend.

# Library Used

- Vite
- Material UI
- Rechart

# Application Screenshots
![image](https://github.com/ritikprajapat21/weather-application/assets/112960100/f0ca21a3-2a99-408a-95f2-a2abf7f1a83e)
![image](https://github.com/ritikprajapat21/weather-application/assets/112960100/057db9e5-a6ec-4144-85f7-24a7bc93c0d8)
![image](https://github.com/ritikprajapat21/weather-application/assets/112960100/842fc2a2-af38-4f57-b2ed-88d1090b44b8)

# Local setup

Clone the repo

```
git clone https://github.com/ritikprajapat21/weather-application.git
```

```
cd weather-application
```

Install the dependancy

```
npm install
```

Run the app

```
npm run dev
```