From 99ee5d59e176110158b3487153e604c6ba8bf17c Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Thu, 10 Oct 2024 09:20:33 +0600 Subject: [PATCH] fix: remove JavaScript roadmap --- src/data/projects/age-calculator.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/projects/age-calculator.md b/src/data/projects/age-calculator.md index 49b7ad8ce..85961778e 100644 --- a/src/data/projects/age-calculator.md +++ b/src/data/projects/age-calculator.md @@ -21,7 +21,6 @@ seo: - 'javascript datepicker' roadmapIds: - 'frontend' - - 'javascript' --- The goal of this project is to help you learn about how to use external packages using [npm](https://www.npmjs.com/). The user inputs their birthdate via a [JavaScript Datepicker](https://www.npmjs.com/package/js-datepicker), and the app calculates and displays their exact age, including years, and months using [Luxon](https://www.npmjs.com/package/luxon).