8000 GitHub - Abhay-Mulani/AirspaceCast: AirspaceCast — Modern Weather Forecast App A sleek, responsive weather application built with React and Vite. SkyCast provides real-time weather data, a 5-day forecast, and an elegant dark/light mode switch. Powered by the OpenWeatherMap API and styled with Tailwind CSS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AirspaceCast — Modern Weather Forecast App A sleek, responsive weather application built with React and Vite. SkyCast provides real-time weather data, a 5-day forecast, and an elegant dark/light mode switch. Powered by the OpenWeatherMap API and styled with Tailwind CSS.

Notifications You must be signed in to change notification settings

Abhay-Mulani/AirspaceCast

Repository files navigation

🌤️ AirspaceCast

AirspaceCast is a sleek and responsive weather app built with React + Vite. It allows users to search for real-time weather conditions and a 5-day forecast for any city in the world.

🚀 Features

  • 🔍 City-based weather search
  • 📍 Location-based weather fetching
  • 🌡️ Current temperature, condition, and more
  • 📅 5-day forecast with daily icons
  • 🌓 Dark/Light mode toggle
  • 📱 Fully responsive for all screen sizes

🖼️ Preview

AirspaceCast Screenshot

🛠️ Tech Stack

  • ⚛️ React
  • ⚡ Vite
  • 🌐 OpenWeatherMap API
  • 🎨 Tailwind CSS

📦 Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/AirspaceCast.git
cd AirspaceCast
npm install

🧪 Run Locally

npm run dev

Visit: http://localhost:5173

📁 Folder Structure

AirspaceCast/
├── public/
│   └── LOGO.png
├── src/
│   ├── api/
│   │   └── weather.js
│   ├── components/
│   │   ├── SearchBar.jsx
│   │   ├── WeatherCard.jsx
│   │   └── ForecastCard.jsx
│   ├── App.jsx
│   ├── main.jsx
│   └── index.css
├── package.json
├── vite.config.js
└── README.md

🔐 API Key

You'll need an API key from OpenWeatherMap. Add it to your .env file:

VITE_WEATHER_API_KEY=your_api_key_here

📌 TODOs

  • Add hourly forecast
  • Add weather animations
  • PWA support (Add to home screen)

📄 License

MIT License


Made with ❤️ by [Your Name]

About

AirspaceCast — Modern Weather Forecast App A sleek, responsive weather application built with React and Vite. SkyCast provides real-time weather data, a 5-day forecast, and an elegant dark/light mode switch. Powered by the OpenWeatherMap API and styled with Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0