Skip to content

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

Packages

Contributors