Skip to content

dzhambov/WordCounter-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Counter

Fun application to practice testing in C#, March 6th 2020

By Hristo Dzhambov

Description

Word Count game takes a user input word and sentece and determines how many times the word is used in that sentence.

Project Specifications

Behavior Input Output
User inputs a word. "car" Program stores the word "car"
User inputs a sentence. "This is my car" Program stores the sentence
When user inputs valid word and sentence program counts how many time the word is in the sentence. word: "car" sentence: "This is my car" Program returns: 1
When user's word is part of another word, the program does not count the word. "Be careful!" Program returns: 0

Setup/Installation Requirements

In Terminal:

  • Navigate to where you want this application to be saved, i.e.: cd desktop
  • Clone the file from GitHub with HTTPS git clone https://github.com/dzhambov/WordCounter-CSharp
  • Go to WordCount.Solutions derectory $ cd WordCount.Solutions
  • Go to WordCount derectory $ cd WordCount
  • Run $ dotnet run to start the game in your terminal

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET
  • Git
  • C# and MSTest Template Maker by Dusty McCord and Patrick Kille

License

MIT

Copyright © 2020 Hristo Dzhambov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages