Life Span Life Span is a web application that helps users visualize key milestones in their life on a timeline. Users can input dates such as their date of birth, the start of their first job, the beginning of their sexual life, and when they started driving. The app calculates and displays the duration of these events and logs the user's IP address and entered dates. Features
Input key life events (birth, work, sexual life, driving). Visualize events on a timeline. Calculate durations (e.g., age, work experience, driving experience). Support for English and Russian languages. Logs IP address and entered dates in the format "event - data".
Installation
Clone the repository:git clone https://github.com/yourusername/lifespan.github.io.git
Navigate to the project directory:cd lifespan.github.io
Start a local server:python -m http.server 8080
Open http://localhost:8080 in your browser.
Files
index.html: Main HTML file with the application logic. translations.json: Contains translations and questions for the app. manifest.json: Web app manifest for PWA support. icon-192x192.png and icon-512x512.png: App icons. LICENSE: MIT License for the project.
License This project is licensed under the MIT License. See the LICENSE file for details.