Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 480 Bytes

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.