nikul6 / weather-app

The weather application utilizes Next.js, GraphQL, TypeScript, Tremor, Stepzen, and Tailwind CSS. It enables users to select a location and provides detailed weather information, ensuring a responsive experience across devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp - Started with Create Next.js 13, GraphQL, TailwindCSS, Tremore, Typescript and Stepzen

The weather application, developed using Next.js 13, GraphQL, TypeScript, Tremor, Stepzen, and Tailwind CSS, allows users to select a country and city to retrieve detailed weather information. It provides temperature, date, time, forecast, maximum and minimum temperature, UV index, wind speed, wind direction, chance of rain, and humidity levels. The application is designed to be responsive, ensuring optimal display and functionality across different devices and screen sizes.

This is a Next.js project bootstrapped with create-next-app.

How to create Next App

npx create-next-app@latest weather-app

How to clone this repo

git clone https://github.com/nikul6/weather-app.git

and then install node-modules

npm install

Sign up for StepZen: Go to the StepZen website and sign up for an account. Install the StepZen CLI: Install the StepZen command-line interface (CLI) by following the installation instructions provided in the StepZen documentation.

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

πŸš€ UI

You can watch the video here

πŸ“ Notes

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

The weather application utilizes Next.js, GraphQL, TypeScript, Tremor, Stepzen, and Tailwind CSS. It enables users to select a location and provides detailed weather information, ensuring a responsive experience across devices.


Languages

Language:TypeScript 80.0%Language:JavaScript 19.8%Language:CSS 0.2%