Skip to content

ziracmo/nextjs-weather-app

Repository files navigation

Weather app with NextJS & TailwindCSS ☀️

Project with Typescript / NextJS and TailwindCSS. Using the OpenWeatherMap API to get the current weather informations of a city.

Alt text

Getting Started

Install the dependencies :

npm install

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.