# Lunar.Moon A sleek, modern dashboard for tracking the current phase of the moon, its position, and astrological information. Built with vanilla HTML, CSS, and JavaScript, this application provides a beautiful and responsive user interface with an animated starry background. ## Features * **Real-time Moon Data:** Displays the current moon phase, illumination percentage, age, and distance from Earth. * **Detailed Information:** Provides detailed data on the moon's position (altitude, azimuth), visibility, and orbital details. * **Sun's Zodiac:** Shows the last, current, and next zodiac signs based on the sun's position, with clickable details for each sign. * **Upcoming Phases:** Lists the next four major moon phases (New Moon, First Quarter, Full Moon, Third Quarter). * **Custom Location:** Users can set a custom location to get accurate positional and timing data. The application defaults to Rome, IT. * **Animated Background:** A beautiful, animated starry background with connecting polygons. * **Responsive Design:** A clean and modern UI that works on all screen sizes. ## Live Demo https://moon.lunar-sh.de/ ## Technologies Used * **HTML5** * **CSS3** * **Vanilla JavaScript** * **SunCalc.js:** A tiny library for calculating sun and moon positions, phases, and other astronomical data. ## Setup and Installation This is a static web application and requires no complex setup. 1. Clone the repository: ```bash git clone https://github.com/your-username/lunar.moon.git ``` 2. Navigate to the project directory: ```bash cd lunar.moon ``` 3. Open the `index.html` file in your browser. For local development, it is recommended to use a simple web server or a development tool like VS Code's "Live Server" extension to avoid potential CORS issues with local file access. ## Configuration This project is self-contained and does **not** require any API keys. All celestial calculations are performed in the browser using the `suncalc.js` library. ## License This project is licensed under the MIT License. See the [LICENSE](https://github.com/Lunar0sh/lunar.moon/blob/master/LICENSE) file for details. ----- © 2024 Lunar_sh