jryanconklin / epicodus-php-anagram

A PHP Anagram Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anagram

Another exercise in PHP BDD and Testing

By Ayana Powell and J. Ryan Conklin

Description

Anagram Checker

Setup/Installation Requirements

  • Clone the Project
  • Start PHP Server

Specifications

Receives Two Words and Compares

Input: Beard, Bread

Output: It's a anagram!

Receives Multiple Words and Compares

Input: These are multiple words

Output: It's a anagram!

Receives Multiple Words and returns false

Input: Beard Hello

Output: Not an anagram!

Known Bugs

None at this time

Support and contact details

Contact jryanconklin@gmail.com

Technologies Used

PHP

License

MIT License

Copyright (c) 2016 Ayana Powell and J. Ryan Conklin

About

A PHP Anagram Checker


Languages

Language:PHP 57.5%Language:HTML 42.5%