From 7483caca87ddc384ba3a45c1921776e8f43413e5 Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:31:58 +0530 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ecfe8f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Anagram-Checker +This repository contains a simple yet effective Anagram Checker built using HTML, CSS, and JavaScript. The application allows users to input two strings and check if they are anagrams of each other. An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once.