The Triangle Classification Tool is a web-based application that helps users determine the type of a triangle based on the lengths of its sides.
- Input triangle side lengths and classify the triangle type.
- Visual representation using an HTML5
<canvas>
. - Simple and user-friendly interface.
- HTML5 for structure.
- JavaScript for logic and interactivity.
- Open https://kornyellow.github.io/kmitl-itentre-triangle
- Enter the lengths of the triangle sides.
- View the classification results and the triangle visualization.
triangle-classifier/
│-- index.html # Main HTML page
│-- script.js # JavaScript logic for triangle classification
│-- style.css # CSS file for styling (optional)
The design is based on the assignment provided by KMITL IT Entrepreneurship students.
- Design PDF: View here
- Contributors:
- Development: 64010009, 64010312
- Design: 64010459 and crew
To run the project locally:
- Clone this repository:
git clone git@github.com:kornyellow/kmitl-itentre-triangle.git
- Open
index.html
in a browser.
This project is developed for educational purposes under KMITL IT Entrepreneurship 2024.
KMITL IT ENTREPRENEURSHIP 2024