This is my solution to the "age calculator app" challenge by Frontend Mentor. I created this to improve my knowledge in React and algorithms, so additional libraries were not used.
If you want to run this app in your machine, make sure you have NodeJS and Git installed and run the following commands:
# Clone this repository
git clone https://github.com/dcdm3g/age-calculator-app
# Go to the created folder
cd age-calculator-app
# Install dependencies
pnpm i
# Start the NextJS development server
pnpm dev