Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 444 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 444 Bytes

Age Calculator

Frontend Mentor Challenge, view your age in years, months, and days

Live Demo

demo

Run Locally

Clone the project

  git clone https://github.com/jankela04/age-calculator

Go to the project directory

  cd age-calculator

Install dependencies

  npm install

Start the server

  npm run dev