/Palindromes.Solution

A program that tells you weather or not a word is a Palindrome

Primary LanguageC#

Project Title

By Jacob Wilson, Kim Brannian

An application that will output true or false based on weather or not the user input is a palindrome.

Technologies Used

  • C#
  • Markdown

Description

The application takes in a user input via the console(not implemented, WIP) and will output weather or not the input is a palindrome as a bool. The Palindromes.cs file has 2 ways of doing this, one with Array.Reverse and one without

Setup/Installation Requirements

  • You can find the github repository here
  • Click the code button, and copy the https link
  • In your in git bash or your preferred git terminal navigate to the directory you would like to store the project
  • Enter: "git clone" followed by the https link
  • Now that the repository is cloned to your computer, right click on the folder and click open with vs code
  • Navigate to the Palindromes directory and type dotnet restore to install dependencies.
  • You can now type dotnet run to run the program
  • If you would like to test navigate to the Palindromes.Test folder and type dotnet restore, then dotnet test

Known Bugs

  • No known bugs

License - MIT

If you run into any problems or find a bug, would like to reach me for a separate reason, feel free to send me an email @jacobleeeugenewilson@gmail.com with details of your issue.

Copyright (c) 12/07/2021 Jacob Wilson, Kim Brannian(s)