by Hayeong Pyeon
- This app is created based on a class material and as a review of Basic Console Apps chapter of C# course provided by Epicodus.
- The
main
branch does not work as expected since it has 3 different branches that showcase process of this app built with business logic and UI logic. .cs
files have notes and practices that are commented out for author's personal learning purpose.
learning purpose
- Clone this repo.
- Open your terminal (e.g., Terminal or GitBash) and navigate to this project's production directory called ShapeTracker.
- In the command line, run the command
dotnet run
to compile and execute the console application. Since this is a console application, you'll interact with it through text commands in your terminal. - Optionally, you can run
dotnet build
to compile this console app without running it.