From 03ce8a46fb70f23397e525081bdce1821b34ef16 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 5 Oct 2024 06:35:55 +0600 Subject: [PATCH] fix: update age calculator description --- src/data/projects/age-calculator.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/projects/age-calculator.md b/src/data/projects/age-calculator.md index b6b5107d3..92ac7619c 100644 --- a/src/data/projects/age-calculator.md +++ b/src/data/projects/age-calculator.md @@ -1,8 +1,8 @@ --- -title: 'Age Calculator' -description: Build a simple application to calculate a person's age based on their birthdate using the Luxon library and a JavaScript datepicker. +title: Age Calculator +description: Create an age calculator using HTML, CSS, and JavaScript. isNew: false -sort: 1 +sort: 19 difficulty: 'beginner' nature: 'Frontend' skills: @@ -12,8 +12,8 @@ skills: - 'DOM Manipulation' - 'Package Management' seo: - title: 'Age Calculator using Luxon Project Idea' - description: Build a simple application to calculate a person's age based on their birthdate using the Luxon library and a JavaScript datepicker. + title: Age Calculator + description: Create an age calculator using HTML, CSS, and JavaScript. keywords: - 'age calculator' - 'frontend project idea'