From 4f78a19637e74b820d365da54fe58ca19b11271e Mon Sep 17 00:00:00 2001 From: Naman Singhal <52121648+tatticoder@users.noreply.github.com> Date: Fri, 9 Oct 2020 00:31:11 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..9d088777 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ required to complete them. | [Key Value](./Projects/1-Beginner/Key-Value-App.md) | Keyboard Event Values | 1-Beginner | | [Lorem Ipsum Generator](./Projects/1-Beginner/Lorem-Ipsum-Generator.md) | Generate lorem ipsum placeholder text | 1-Beginner | | [Notes App](./Projects/1-Beginner/Notes-App.md) | Create an online note pad | 1-Beginner | +| [Password Strength](./Projects/1-Beginner/Password-strength.md) | Calculate the strength of passwords entered by user | 1-Beginner | | [Pearson Regression](./Projects/1-Beginner/Pearson-Regression-App.md) | Calculate the correlation coefficient for two sets of data | 1-Beginner | | [Pomodoro Clock](./Projects/1-Beginner/Pomodoro-Clock.md) | Task timer to aid personal productivity | 1-Beginner | | [Product Landing Page](./Projects/1-Beginner/Product-Landing-Page.md) | Showcase product details for possible buyers | 1-Beginner |