From a108ef8ad5d75c5c2f9f6306edfbbe53de705e13 Mon Sep 17 00:00:00 2001 From: Cristian Marcelo de Picciotto Date: Sat, 24 Dec 2022 23:12:06 -0300 Subject: [PATCH] Release 1.1.1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6a38e64..834ea3e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ My little version of Radu's [Learn 2D Vectors with JavaScript](https://github.co It was a great way to have fun and reinforce my knowledge of vanilla JavaScript and its [module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) implementation and [OOP](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Classes_in_JavaScript) abstractions. Also, it was an extraordinary opportunity to be able to work with the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) and initial concepts of linear algebra and vectors. +## Demo + +- [GitHub Pages project site](https://cmdepi.github.io/2d-vectors/) + ## Author - [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)