Classy Weather is your go-to web app for real-time weather updates worldwide. I've built it with efficiency in mind using Vite and rely on trusted weather APIs to keep you informed accurately, whether you're planning a trip, checking hometown weather, or just staying updated.
To get Classy Weather up and running on your local machine, follow these simple steps:
-
Clone the Repository:
- Clone the repository:
https://github.com/yuzakki/Classy-weather-app.git
- Navigate to the project directory:
cd Classy-weather-app
- Clone the repository:
-
Install Dependencies:
You'll need Node.js and npm installed on your computer. Once you have them, run:
npm install
Here's how you can start using Classy Weather:
-
Launch the Development Server:
Start the development server to run Classy Weather locally:
npm run dev
Then you can access the app in your web browser by going to
http://localhost:3000