Build a Weather App from Scratch with Next.js

Madars Biss

Language: English

Publisher: SitePoint

Published: Nov 2, 2021

Description:

In this tutorial, we’ll be building a weather app. Users will be able to check the weather across the world, and the data will be presented in a user-friendly UI.

You’ll learn how to create a wireframe, design an app, create components, work with states, use service functions, add responsiveness and deploy the app.

We’ll use NextJS and OpenWeatherMap API as our stack. NextJS is a React framework created by Vercel to build scalable static and dynamic websites and web applications. OpenWeatherMap is an online data platform that provides historical, current and forecasted weather data via efficient APIs.