Skip to content

BlueMind is a vanilla HTML/CSS/JS web application that renders a personalized “life in weeks” timeline based on user-provided name and birth date.

Notifications You must be signed in to change notification settings

alwin-m/bluemind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BlueMind is a vanilla HTML/CSS/JS web application that renders a personalized “life in weeks” timeline based on user-provided name and birth date. It computes elapsed time, remaining lifespan (80-year model), and a suite of derived biometric / behavioral metrics, presenting them through interactive, progressively-enhanced UI components.

Core Model: 80 years × 52 weeks = 4 160 discrete week units. Rendering: CSS Grid + DOM for the week matrix, animated progress bar, stat cards, motivational overlays. Interactivity: Form validation, birthday detection, quote rotator, reset flow, smooth page transitions. Deployment: Zero-dependency; static file hostable (GitHub Pages, Netlify, Vercel, etc.).

Data Flow

Input → userName, birthdate (HTML ). Validation → Real-time enable/disable of submit; max-date = today. Computation → calculateStats() returns a plain object:

BlueMind

About

BlueMind is a vanilla HTML/CSS/JS web application that renders a personalized “life in weeks” timeline based on user-provided name and birth date.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages