AIRAware is a web application built with Next.js, designed to provide real-time air quality information and location-based features. The project leverages modern web technologies, including TypeScript and Tailwind CSS, for a fast and responsive user experience.
- Real-time air quality data visualization
- Location-based search and "Find Me" geolocation support
- Responsive UI with Tailwind CSS
- Built with TypeScript for type safety
To run this project locally on your device:
git clone <your-repo-url>
cd <project-folder>
### 2. Install dependencies
```bash
npm installor with yarn:
yarn installnpm run devor with yarn:
yarn devThe app will be available at http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.