An open API service indexing awesome lists of open source software.

https://github.com/primaryobjects/anagram-detector

Detect if two words are an anagram.
https://github.com/primaryobjects/anagram-detector

Last synced: 8 months ago
JSON representation

Detect if two words are an anagram.

Awesome Lists containing this project

README

          

Anagram Detector
================

Detect if two words are anagrams of each other.

## What

An anagram is a form of word play, where you take a word (or set of words) and form a different word (or different set of words) that use the same letters, just rearranged. All words must be valid spelling, and shuffling words around doesn't count.

Some serious word play aficionados find that some anagrams can contain meaning, like "Clint Eastwood" and "Old West Action", or "silent" and "listen".

Someone once said, "All the life's wisdom can be found in anagrams. Anagrams never lie." How they don't lie is beyond me, but there you go.
Punctuation, spaces, and capitalization don't matter, just treat the letters as you would scrabble tiles.

## Why

This project was created from a programming challenge on [/r/dailyprogrammer](https://www.reddit.com/r/dailyprogrammer/comments/52enht/20160912_challenge_283_easy_anagram_detector/).

## How

This project was developed with [Create React App](https://github.com/facebookincubator/create-react-app) and Twitter Boostrap.

## Author

Kory Becker
http://primaryobjects.com