Sheikh-JamirAlam / WeatherApp

Home Page:https://weather-app-sheikh-jamiralam.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp

Here are the steps to run WeatherApp on your local system :-

Prerequisites

  • NodeJS
  • Git

Installation

Run these commands in your terminal to install the app:

git clone https://github.com/Sheikh-JamirAlam/WeatherApp.git
cd WeatherApp
npm i

Create a .env file using this command:

cp .env.example .env

Add the required environment variables:

VITE_API_KEY= <Openweathermap Api key, https://openweathermap.org/current>

Deployment

Run this command in your terminal to run the app in your local system:

npm run dev

Production build

Run this command in your terminal to build the app:

npm run build

To preview the build run:

npm run preview

About

https://weather-app-sheikh-jamiralam.vercel.app/


Languages

Language:JavaScript 91.4%Language:HTML 6.8%Language:CSS 1.7%Language:Shell 0.1%