Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 964 Bytes

README.md

File metadata and controls

53 lines (30 loc) · 964 Bytes

Weather Web-App

This is a Weather App created in React.js with real-time data fetching. The project incorporates the concepts of Hooks, API fetching, and dynamic data implementation.

Getting Started

Prerequisites

  • Git
  • Node.js
  • NPM or Yarn
  • Vite

Installation

1.Clone the repo:

git clone https://github.com/Shrekpepsi/Weather-WebApp.git  

2.Navigate to the project directory:

cd Weather-App

3.Install dependencies:

npm install

or if you're using Yarn:

yarn install

Running the App

Start the development server:

npm run dev

or with Yarn:

yarn dev

The app will be running on http://localhost:3000 or another port if specified.

Built With

  • React.js - A JavaScript library for building user interfaces
  • Vite - Frontend Build Tool

Author

Fahad Yaseen