From e15a18a2d8768ab961e24a38bbd9aec1336e73c2 Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 14:52:41 +0530 Subject: [PATCH] update Readme added Location Alarm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 327776cc..b5802227 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ required to complete them. | [JS Input Validation](./Projects/1-Beginner/Javascript-Validation-With-Regex.md) | Script to validate inputs entered by a user using RegEx | 1-Beginner | | [JSON2CSV App](./Projects/1-Beginner/JSON2CSV-App.md) | JSON to CSV converter | 1-Beginner | | [Key Value](./Projects/1-Beginner/Key-Value-App.md) | Keyboard Event Values | 1-Beginner | +| [Location Alarm](./Projects/1-Beginner/Location-Alarm.md) | Create a alarm based on location | 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 | | [Pearson Regression](./Projects/1-Beginner/Pearson-Regression-App.md) | Calculate the correlation coefficient for two sets of data | 1-Beginner |