austin-davis1 /
Weatherly
π€οΈ Modern weather dashboard built with React 19, TanStack Query, and Tailwind CSS. Features interactive maps, real-time weather data, dark/light themes, and responsive design.
43/100 healthLoading repository dataβ¦
Divyansh-89 / repository
π€οΈ Weather Dashboard , A responsive weather dashboard built using HTML, CSS, and JavaScript, designed to display real-time sensor data from DHT11 (temperature & humidity) and LDR (light intensity). It features a clean, modern UI with interactive elements and tooltips for an enhanced user experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

A real-time, interactive weather dashboard powered by ESP32, DHT11, and LDR sensors. This project collects live temperature, humidity, and light intensity data and displays it in a modern, responsive web interface. Perfect for learning IoT, web development, and real-world sensor integration!
| Component | Purpose |
|---|---|
| ESP32 | Wi-Fi microcontroller for data + server |
| DHT11 | Measures temperature & humidity |
| LDR | Detects ambient light |
| HTML5/CSS3 | Front-end interface |
| JavaScript | Real-time updates & logic |
| Chart.js | Displays live graphs |
| GitHub Pages | Free hosting for static site |
| Component | ESP32 GPIO Pin |
|---|---|
| DHT11 | GPIO 15 (e.g.) |
| LDR | GPIO 27 (via voltage divider) |
| Power | 3.3V and GND |
Wire DHT11 and LDR as described above.
const char* ssid = "YOUR_SSID";
const char* password = "YOUR_PASSWORD";
IPAddress local_IP(192,168,1,184);
IPAddress gateway(192,168,1,1);
IPAddress subnet(255,255,255,0);
WiFi.config(local_IP, gateway, subnet);
Upload the firmware and open the Serial Monitor:
Serial.println(WiFi.localIP());
git clone https://github.com/Divyansh-89/Micro-Project-II.git
cd Micro-Project-II
In config.js, update:
export const ESP32_API_URL = "http://<YOUR_ESP32_IP>/data";
main, folder: /root or /docs)https://divyansh-89.github.io/Micro-Project-II/
Users can set temperature, humidity, and light limits. If any reading crosses the threshold, a visual or audio alert appears instantlyβgreat for real-time environment monitoring. Want to restart monitoring? Use the Clear Storage button to wipe previous readings and begin fresh tracking.



Inspired by Random Nerd Tutorials and the open-source IoT community.
Project by: Divyansh-89
This project is licensed under the MIT License
Selected from shared topics, language and repository descriptionβnot editorial ratings.
austin-davis1 /
π€οΈ Modern weather dashboard built with React 19, TanStack Query, and Tailwind CSS. Features interactive maps, real-time weather data, dark/light themes, and responsive design.
43/100 healthiyoramu /
π€οΈ Weather Dashboard - Responsive app with dynamic weather animations. Shows temp, humidity, wind & pressure. HTML/CSS/JS. By IRUTABYOSE Yoramu.
41/100 healthqasim-safi /
π€οΈ A real-time weather dashboard with dark glassmorphism UI. Built with HTML, CSS & JavaScript.
Priyanshu1623 /
π€οΈ A modern, fully responsive Weather Dashboard built with HTML, CSS, Vanilla JS featuring a Glassmorphism UI, Dark Mode, and live OpenWeatherMap API integration.
69/100 healthpooyasamimi /
π€οΈ A modern weather dashboard built with React & TypeScript. Features real-time weather data, forecasts, location-based info, and favorite cities. Built with Vite, Tailwind CSS, and OpenWeatherMap API.
41/100 healthAtharvaThawkar /
π€οΈ Real-time weather dashboard using WeatherAPI.com | City search, 3-day forecast, dynamic backgrounds | Built with HTML, CSS & Vanilla JS
55/100 health