diff --git a/Age Calculator/readme.md b/Age Calculator/readme.md index f36fc323a..850cce00c 100644 --- a/Age Calculator/readme.md +++ b/Age Calculator/readme.md @@ -1,6 +1,16 @@ # Welcome 🖐 to the Age Calculator -It is a simple Javascript project which calculates our age in years. +🗓️ Minimalist Age Calculator +A focused, lightweight tool designed to provide a user's age in years. By stripping away unnecessary complexity, this calculator offers a clean interface for a quick, essential data point. + +🚀 Features +Instant Calculation: Get the age in years with zero latency. + +Streamlined UI: A "distraction-free" interface focused on readability. + +Robust Logic: Accounts for whether the current birth date has passed in the current year to ensure accuracy. + +One-Click Reset: Easily clear inputs for a new calculation. ## Default view ![Default View](container.png) @@ -31,4 +41,4 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
-## Happy Coding! \ No newline at end of file +## Happy Coding!