Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 660 Bytes

File metadata and controls

19 lines (13 loc) · 660 Bytes

Weather App

This template is for a simple weather website built using Next.js and the Open-Meteo API. It provides a basic structure in the UI and provides a function to fetch weather data.

Using this template

To use this template, download the zip file from Github and extract it to your desired location. Then, open the folder in your code editor (e.g., VS Code).

Then, install the dependencies by running the following command in the terminal:

npm i

After the dependencies are installed, you can run it using the following command:

npm run dev

This template was built for the Overflow Session for ReactJS on 07/11/2025