Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 610 Bytes

This project was bootstrapped with Create React App.

TS Triangle challenge

This is a simple implementation of a form to determine the type of a triangle. It takes the lengths of the triangle's three sides as input, and return whether the triangle is equilateral, isosceles or scalene.

Demo

Demo on netlify

Quick start

  1. Clone this repo
  2. Run yarn i to install dependencies
  3. Run yarn run start to start the app.
  4. Run yarn run test to launch the test runner.

Now you're ready to rumble!