/Anagram

Rearrange the letters of any word and make a new word

Primary LanguageC#

Anagram 1.0.0

made by Mojiboye Emmanuel

Rearrange letters to make a new word

Technologies Used

  • Git
  • C#
  • .NET6.0 Framework
  • MS Test

Description

In the app, user can input a single word and a list of other words that may be anagrams.

Setup/Installation

  • Open your git bash Terminal to Clone the Project with a (git clone REPOSITORY_NAME)
  • Ensure you have the .NET6.0 Framework Installed(I used .NET6.0.402 For this Application) on your PC and you must have done the essential steps to at least writing a C# code in the REPL
  • If you're not interested in seeing the Build message, run the command: dotnet run, this builds and runs the application for you but if you are interested in seing the Build message carry out the 2 steps below
  • Still in the Git bash Terminal, run the command: dotnet build --- THis builds THe Projec and adds the essential directories to execute the application
  • After building the application, Now its time to run the command: dotnet run --- And still in the Git Bash Terminal, you get to see all of the results outputted into the console

Detected Bugs/ Issues

  • No detected bugs_

license

Licensed under the GNU General Public License

Contact Info

  • Email: emzzyoluwole@gmail.com
  • Instagram @Emmanuel.9944
  • Twitter: @Emzzy241 and Profile Name: Dynasty
  • Github Username: Emzzy241-