Skip to content

Thaspeeha/codealpha_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

codealpha_tasks

🎂 Age Calculator Web App

A simple web-based Age Calculator built using HTML, CSS, and JavaScript. It allows users to input their date of birth and calculates their current age based on the system date.

🌐 Live Preview

You can run this in GitHub Codespaces or any local web browser by opening the age_calculator.html file.

🚀 Features

  • User-friendly interface
  • Accurate age calculation using JavaScript's Date object
  • Instant result display without page refresh

📁 Project Structure

├── age_calculator.html # Main HTML file with embedded CSS & JavaScript

└── README.md # Project documentation

📦 How to Run

✅ Run in GitHub Codespaces

  1. Open this repository in GitHub Codespaces.
  2. Use the terminal to serve the file:
    python3 -m http.server
    

Click on the "Ports" tab and open the forwarded port to view the app in a browser.

🛠️ Built With

HTML5

CSS3

JavaScript (Vanilla)

📝 License

This project was developed for educational purposes and is not intended for commercial deployment without further development.

About

A simple web-based Age Calculator built using HTML, CSS, and JavaScript. It allows users to input their date of birth and calculates their current age based on the system date.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors