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.
- Git
- Node.js
- NPM or Yarn
- Vite
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
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.
Fahad Yaseen