An open API service indexing awesome lists of open source software.

https://github.com/krishbharadwaj5678/climio


https://github.com/krishbharadwaj5678/climio

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🌤️ 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**

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

2️⃣ **Navigate to the project folder**

```bash
cd Climio
```

3️⃣ **Install all dependencies**

```bash
npm install
```

4️⃣ **Start the development server**

```bash
npm run dev
```

---

## 🤝 Contributing to Climio

We welcome contributions of all kinds!

1. 🍴 **Fork the repository**

2. 👯 **Clone your forked repository**

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

3. 🌱 **Create a new branch**

```bash
git checkout -b feature/your-feature-name
```

4. ✍️ **Make your changes**

5. ✅ **Commit your changes**

```bash
git add .
git commit -m "✨ Added new feature: [describe feature here]"
```

6. 🚀 **Push to your branch**

```bash
git push origin feature/your-feature-name
```

7. 📬 **Open a Pull Request**
- Go to your forked repo on GitHub and click **Compare & pull request**.