Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ritikprajapat21/weather-application
- Owner: ritikprajapat21
- Created: 2024-07-06T13:23:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:53:25.000Z (6 months ago)
- Last Synced: 2024-07-17T20:45:37.341Z (6 months ago)
- Language: TypeScript
- Homepage: https://weather-application-lake-psi.vercel.app
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```