src/data/projects/age-calculator.md
The goal of this project is to help you learn about how to use external packages using npm. The user inputs their birthdate via a JavaScript Datepicker, and the app calculates and displays their exact age, including years, and months using Luxon.
You are required to develop an age calculator with the following features:
This project will help you understand how to manipulate dates and times in JavaScript using Luxon. You'll gain experience handling user input via a datepicker, performing date calculations, and designing a simple user interface.