Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`