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.
- Host: GitHub
- URL: https://github.com/primaryobjects/anagram-detector
- Owner: primaryobjects
- Created: 2016-09-13T19:01:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T15:01:26.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T18:12:07.420Z (over 1 year ago)
- Language: CSS
- Size: 13.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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