Skip to content

RafiProApp/SmileCloud-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle Project - SmileCloud

This project allows the user to input three points and visualize the triangle, including its angles.

Method

  • Built using Django for the backend to handle form input and render templates.
  • The triangle is drawn using HTML Canvas and JavaScript for simple and accurate rendering.
  • Angles are calculated in Python using the Law of Cosines and converted to degrees.

Limitations

  • No validation to ensure the points form a valid triangle.
  • Minimal styling, no advanced CSS.

External Help

  • Consulted Python and JavaScript documentation, and used ChatGPT for guidance on calculations and logic.
  • Applied my own skills to implement the solution practically, after learning from an important video I watched several times.

About

Simple triangle visualization web app using Django and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published