This is a simple Age Calculator application built with Vue.js. It allows users to calculate their age based on their date of birth.
- Enter your date of birth using a date picker.
- Click the "Calculate" button to calculate your age.
- The calculated age is displayed in years, months, days, hours, minutes, and seconds.
- Dark mode feature to toggle between light and dark modes.
Try the live demo of the Age Calculator App.
- Vue.js: A JavaScript framework for building user interfaces.
- HTML5: Markup language for structuring the application.
- CSS3: Styling language for enhancing the app's appearance.
- Clone the repository:
git clone https://github.com/mokammeltanvir/Age-Calculator-Vue.git - Navigate to the project directory:
cd Age-Calculator-Vue - Install the dependencies:
npm install - Run the development server:
npm run dev - Open your browser and visit
http://localhost:5173to see the app in action.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.