This project is a AQI DETECTOR built using Next.js and qualified at the college level for Smart India Hackathon 2024. It displays real-time weather data based on city input or geolocation.
Hosted on Vercel, this app is fully responsive and works across devices.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS (optional, if used)
- Font: Geist by Vercel
- APIs: Weather API (e.g., OpenWeatherMap)
- Deployment: Vercel
git clone https://github.com/your-username/Smart-India-Hackathon-College-Qualified.git
cd Smart-India-Hackathon-College-Qualifiednpm install
# or
yarn install
# or
pnpm installnpm run dev
# or
yarn devOpen http://localhost:3000 in your browser to see the result.
- 🔍 Search weather by city name
- 📍 Auto-detect location and display weather
- 🌞🌙 Toggle between light and dark mode
- 🎙️ Voice search for input
- 🌐 Multi-language support
- 📊 Displays:
- Current temperature
- Weather condition
- Humidity
- Wind speed & direction
- Precipitation & pressure
- UV Index
/app
└── page.tsx # Main landing page
/public
└── ... # Static files
/styles
└── globals.css # Global styles
✅ Qualified at the college level for Smart India Hackathon 2024.
🚀 Live and hosted on Vercel.