From 8f4a26acf775d0aa468436e814dc1c3cc2d48830 Mon Sep 17 00:00:00 2001 From: Avdhesh-Varshney <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:29:47 +0530 Subject: [PATCH] TW added --- script.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script.js b/script.js index 80c2d12..f9ed6a9 100644 --- a/script.js +++ b/script.js @@ -348,6 +348,11 @@ const projects = [ discription: "Welcome to the Magic 8 Ball project! This simple web application allows users to ask a question and receive a mysterious and random answer from the virtual Magic 8 Ball.", link: "Magic-8-ball/index.html", image: "https://www.adweek.com/wp-content/uploads/files/magic-8-hed-2015.jpg" + }, + { title: "Time Watcher", + discription: "This a simple project where i created a time watcher website using only html, css and js, which can shows the time from the entered date to the currect in the milli-seconds precise order.", + link: "TimeWatcher/index.html", + image: "https://github.com/shrey141102/Javascript-projects/assets/114330097/f86f3485-cd24-445c-b1a9-11fa9c0fb58e" } ];