Skip to content

Omkar-Ghate/fun-with-triangles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun With Triangles

Open Source Love Awesome Made With Love

What is this app about?

This is a fun app created in ReactJS to learn about triangles in fun way. It has four sections:

  1. Angles of Triangle: To check if the sum of angles given by user sums up to 180 degree.
  2. Check Hypotenuse: To calculate hypotenuse if user know lengths of sides of right angle triangle.
  3. Calculate Area: To calculate area depending on the data the user has.
  4. Take a Quiz: A small quiz with basic level questions to test user's knowledge about triangles.

How to use?

Click on section you want to open.

  1. Angles of Triangle: Enter values in input fields and click on submit to check results.
  2. Check Hypotenuse: Enter values in input fields and click on submit to check results.
  3. Calculate Area: Select one option according to available data of triangle. Enter values in input fields and click on submit to check results.
  4. Take a Quiz: Select answers one by one and you will see your score at the end of the quiz.

Technology Stack Used

HTML CSS JavaScript React

Still need help?


  if (needHelp === true) {
     // email is the best way to reach out to me!
     const emailId = "omkarghate01@gmail.com";
     sendEmail(emailId);
  }

LinkedIn