Shape Tracker

by Hayeong Pyeon

Description

  • 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.

Setup Instructions

learning purpose

  1. Clone this repo.
  2. Open your terminal (e.g., Terminal or GitBash) and navigate to this project's production directory called ShapeTracker.
  3. 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.
  4. Optionally, you can run dotnet build to compile this console app without running it.