Skip to content

ArinNigam/Weather-App

Repository files navigation

Weather App

image

Deployment

The project is hosted on:

  weather-app-phi-jet-19.vercel.app

About

Hey this is a simle frontend project made using NextJS and TailwindCSS

Tech Stack

  • NextJS

  • TailwindCSS

Installation

NextJS

npx create-next-app my-project
cd my-project

TailwindCSS

npm install -D tailwindcss
npx tailwindcss init