Description | Technologies | Installing
Resize the dimensions of an awesome tree with an algorithim that uses Pascal's Triangle.
- JavaScript
- HTML
- CSS
# Clone this repository
$ git clone https://github.com/joaopedrobuzattim/mathTree
# Installing dependencies
$ npm install
# Run build command
$ npm run build
# Navigate into the frontend directory
$ cd frontend
# Run index file
$ broswer_name index.html
