From 3f56bbc524980be5c0a4735eb89fa6cf89225d38 Mon Sep 17 00:00:00 2001 From: Gaurav0203Shetty <136183086+Gaurav0203Shetty@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:30:45 +0530 Subject: [PATCH] Update script.js added text to speech converter --- script.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/script.js b/script.js index 7ba8e2f..1869888 100644 --- a/script.js +++ b/script.js @@ -208,6 +208,14 @@ const projects = [ link: "./expense tracker/index.html", image: "https://img.freepik.com/premium-photo/flat-design-illustration-facebook-social-network-groups_863013-52875.jpg?w=740", + }, + { + title: "Text to speech", + discription: + "Text to speech converter made using HTML, CSS and JS", + link: "./Text-to-speech/index.html", + image: + "https://miro.medium.com/v2/resize:fit:700/1*yDgVdq8--I5pUyGodlzswg.jpeg#", } ];