Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 2.14 KB

README.md

File metadata and controls

80 lines (43 loc) · 2.14 KB

Age Calculator using JavaScript

Overview

The Age Calculator using JavaScript is a simple web application that allows users to calculate their age based on their date of birth. This project is a great way to learn and practice basic JavaScript programming while creating a useful tool for calculating ages.

Age Calculator Screenshot

Features

  • Date of Birth Input: Users can enter their date of birth using a user-friendly date picker.

  • Calculate Age: The application calculates the user's age based on the provided date of birth and displays the result.

Getting Started

Follow these steps to get the Age Calculator up and running on your local machine.

Prerequisites

  • A modern web browser (e.g., Chrome, Firefox, Safari)

Installation

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/yourusername/Age-Calculator-using-JS.git
    
  2. Navigate to the project directory:

    cd Age-Calculator-using-JS
    
  3. Open the index.html file in your web browser to launch the Age Calculator.

Usage

  1. Open the index.html file in your web browser.

  2. Select your date of birth using the date picker.

  3. Click the "Calculate Age" button to calculate your age.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository on GitHub.

  2. Clone your fork to your local machine.

  3. Create a new branch for your feature or bug fix.

  4. Make your changes and test thoroughly.

  5. Push your changes to your fork on GitHub.

  6. Submit a pull request to the main repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to the open-source community for providing libraries and resources that made this project possible.

Contact

If you have any questions or feedback, feel free to contact us at sujitmahapatra2506@gmail.com.

Thank you for using the Age Calculator using JavaScript!


© 2023 Mr. Sujit