This app is an age and retirement date generator.
Enter any birthdate to get the real age, not only displayed in years but also in months and days. Enter your retirement goal year to see the time left til retirement.
- Clone this project locally
- cd into the project directory
- To run the app on your local device, make sure to install the appropriate packages and run using the following command:
npm install
npm run dev
- Enter your birthdate and and retirement goal to get started.
React