From 577d7af7f8277194da736b073cb53cd8e9fa8978 Mon Sep 17 00:00:00 2001 From: Alex Marmolejo <42818181+alex-lvl@users.noreply.github.com> Date: Fri, 10 May 2024 20:36:04 -0400 Subject: [PATCH] fix: typo in fullstack chekcpoint (#5292) --- src/data/roadmaps/full-stack/content/106-external-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/full-stack/content/106-external-packages.md b/src/data/roadmaps/full-stack/content/106-external-packages.md index e535b541a..f4f774b84 100644 --- a/src/data/roadmaps/full-stack/content/106-external-packages.md +++ b/src/data/roadmaps/full-stack/content/106-external-packages.md @@ -6,5 +6,5 @@ You don't need to get into the module bundlers and build tools just yet. Just ma Regarding projects, here are a few ideas that you can try: -- Create a simple webpage that shows the current time of user. You can use use [dayjs](https://day.js.org/) to get the current time and display it on the page. Here is the [sample design for homepage](https://i.imgur.com/yGIMGkr.png). +- Create a simple webpage that shows the current time of user. You can use [dayjs](https://day.js.org/) to get the current time and display it on the page. Here is the [sample design for homepage](https://i.imgur.com/yGIMGkr.png). - Install the [micromodal](https://micromodal.vercel.app/#introduction) library. Create a button on the page clicking which should open a modal and let the user select a timezone from a dropdown. Once the user selects a timezone, the modal should close and the time on the page should be updated to show the time in the selected timezone. Here is the [sample design for the modal](https://imgur.com/a/vFY6Sdl).