Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagarevijayy/weather-app-react
Weather app: react + nextjs weather app assignment
https://github.com/pagarevijayy/weather-app-react
javascript nextjs react tailwindcss vercel weather-api
Last synced: 11 days ago
JSON representation
Weather app: react + nextjs weather app assignment
- Host: GitHub
- URL: https://github.com/pagarevijayy/weather-app-react
- Owner: pagarevijayy
- Created: 2023-11-26T19:39:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-28T00:57:37.000Z (12 months ago)
- Last Synced: 2024-01-29T08:47:51.725Z (10 months ago)
- Topics: javascript, nextjs, react, tailwindcss, vercel, weather-api
- Language: JavaScript
- Homepage: https://zweather-app-react.vercel.app/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ⛅️ Weather App
[Live](https://zweather-app-react.vercel.app/)
A simple weather app that allows users to check current weather conditions for a particular location and gives around 7-day forecast
**Functionality**
- By default, the app shows the weather of current browser location and around 7 days forecast
- It has a searchable function to view weather of any particular location
- Responsive design**Tech**
- Stack: Nextjs, React, Tailwindcss, Javascript
- Uses weatherapi.com for weather service
- Deployed on Vercel
- To run dev server: `npm run start`
- Build: `npm run build`