Skip to content

KrishBharadwaj5678/Climio

Repository files navigation

🌤️ Climio

Climio is a sleek and responsive weather web application that delivers real-time weather updates in a clean, modern UI. ☀️


🚀 Features

Feature Description
🌍 City Search Search weather data by entering city names
📍 Real Time Metrics Shows live temperature, humidity, wind speed
🌤️ Weather Icons Displays icons based on weather conditions
📱 Responsive Design Works seamlessly on mobile, tablet, and desktop
⚡ Lightweight & Fast Minimal and optimized for speed

🛠️ Tech Stack

🧩 Technology 📋 Description
⚛️ ReactJS JavaScript library for building interactive UIs
🎨 CSS3 Styles the layout and design of the application
🌦️ Weather API Provides real-time weather data

📦 Installation

1️⃣ Clone the repository

git clone https://github.com/KrishBharadwaj5678/Climio.git

2️⃣ Navigate to the project folder

cd Climio

3️⃣ Install all dependencies

npm install

4️⃣ Start the development server

npm run dev

🤝 Contributing to Climio

We welcome contributions of all kinds!

  1. 🍴 Fork the repository

  2. 👯 Clone your forked repository

    git clone https://github.com/KrishBharadwaj5678/Climio.git
  3. 🌱 Create a new branch

    git checkout -b feature/your-feature-name
  4. ✍️ Make your changes

  5. Commit your changes

    git add .
    git commit -m "✨ Added new feature: [describe feature here]"
  6. 🚀 Push to your branch

    git push origin feature/your-feature-name
  7. 📬 Open a Pull Request - Go to your forked repo on GitHub and click Compare & pull request.