Skip to content

"whatstheweather" lets users check the current weather conditions of any city and country. The app fetches data from the OpenWeather API using the city and country inputs provided by the user. The app displays the weather data in a table format,a background image slideshow & a marquee displaying weather-related jokes.

Notifications You must be signed in to change notification settings

PaulGi48/whats-theweather

Repository files navigation

Getting Started on a Next.js weather app project

First your Next Project dependencies ; Next package,Tailwindcss, Axios(if you csn get it to work),autoprefixer,eslint.

Then, run the development server:

npm run dev
# or
yarn dev

Then open [http://localhost:3000] with your browser to see the result.
Start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

Notes

https://www.w3schools.com/cssref/css3_pr_background-size.php

Learn More

To learn more about Next.js, take a look at the following resources:

About

"whatstheweather" lets users check the current weather conditions of any city and country. The app fetches data from the OpenWeather API using the city and country inputs provided by the user. The app displays the weather data in a table format,a background image slideshow & a marquee displaying weather-related jokes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published