Skip to content

Latest commit

 

History

History
 
 

String Anagram Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

String Anagram Checker

A simple JavaScript Project to check if two Strings are Anagrams or not.


Table of Contents

    About The Project

    Getting Started

  1. Features
  2. Contact

About The Project

An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “abcd” and “dabc” are an anagram of each other.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

There are no prerequisites for running this program.

Prerequisites

There are no prerequisites for running this program.

Running the Program:

  1. Start by cloning the repository.

git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git

  1. Navigate to String Anagram Checker Project.

  2. Open the index.html HTML file with live server.

(back to top)

Features

snip

(back to top)