https://github.com/akshaypx/weather-app-react
Displays weather of a particular city, along with some major cities. Made using react, material UI, openweather API, and axios.
https://github.com/akshaypx/weather-app-react
Last synced: 3 months ago
JSON representation
Displays weather of a particular city, along with some major cities. Made using react, material UI, openweather API, and axios.
- Host: GitHub
- URL: https://github.com/akshaypx/weather-app-react
- Owner: akshaypx
- Created: 2022-09-24T11:47:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T11:55:45.000Z (over 2 years ago)
- Last Synced: 2025-01-12T08:27:31.677Z (4 months ago)
- Language: JavaScript
- Homepage: weather-app-react-e2h5.vercel.app
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To run this on your system:
Clone this repo.
`git clone `Go to directory in cli.
`cd `Install all dependencies.
`npm i`Serve this project.
`npm start`This should open on your browser at localhost:3000