Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 809 Bytes

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 image image

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