MitchRivet / WordCounter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{Word Counter}

{Write a sentence and have your word counted!}, {August 14th, 2015}

By {Mitch Rivet}

Description

{Allows users to type in a sentence and specify a word that they want to be counted. Word Counter is not case-sensitive and will tell you how many instances of the word they're counting in the sentence they provide.}

Setup

    1. Install Word Counter by cloning this repository: https://github.com/MitchRivet/WordCounter.git
    1. navigate to the project folder and run $ composer install
    1. In terminal, navigate to the root folder (../countrepeats/web) and initialize a PHP server by typing: $ php -S localhost:8000
    1. In your web browser, navigate to localhost:8000 and Word Counter will be displayed

Technologies Used

{PHPUnit, Silex, Twig}

Legal

Copyright (c) 2015 {Mitch Rivet}

This software is licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:PHP 86.0%Language:HTML 14.0%