Skip to content

This application will enable users to enter side values of a triangle. The application will then process the input and return whether a valid triangle is possible with the given input, along with the type of triangle and degree values.

Notifications You must be signed in to change notification settings

sovsay11/TriangleApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle Application

About The Project

This application will prompt users to enter side values for a triangle. The application will then process the input and return whether a valid triangle can be created with the given values. If the values are valid, the application will also return the type of triangle created and its angles.

Built With

  • C#
  • XAML
  • WPF
  • .NET Framework
  • Visual Studio

Getting Started

Ensure that VS is already installed on your machine. Download a zipped copy of this code by going to the "<> Code" tab and expanding the green code button near the top right. Then press "Download ZIP".

Once that is done, unzip the folder using a program like 7-Zip and open the project in VS by launching the solution file (.sln) found in the folder.

Alternatively, you can also press the green code button and copy the HTTPS Git link. You can use that link to clone a local copy of this application to your device. See the "Installation" section below for more info on this process.

Prerequisites

  • Install Visual Studio (any version will work)
  • Make sure to install the ".NET desktop development" workload (contains components for WPF applications)

Installation

If you want to clone this repository for future use instead of downloading the zipped folder, you can do so by running the following command(s) using Git:

git clone https://github.com/sovsay11/TriangleApplication.git

Usage

This application was primarily created to showcase various features of WPF applications for a test project. The application can be used to validate side values of a triangle to see if they form a valid triangle. Triangle type and degree values should also be returned if possible.

Image of the UI:

Image of Triangle Application

Contact

Noah Say - sovannarasay11@gmail.com - LinkedIn

Resources

https://www.mathsisfun.com/algebra/trig-solving-sss-triangles.html

https://www.calculator.net/triangle-calculator.html

About

This application will enable users to enter side values of a triangle. The application will then process the input and return whether a valid triangle is possible with the given input, along with the type of triangle and degree values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages