From 9dc17dbd8982ecf0ccfa96234010d1aa1d5b9f20 Mon Sep 17 00:00:00 2001 From: Kago Motlhabane Date: Mon, 25 Dec 2023 05:56:13 +0200 Subject: [PATCH 1/2] Update README.md fully --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f8236..399f751 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# library \ No newline at end of file +# library + +This is a personal library tool made as part of the open source web development course [The Odin Project](https://www.theodinproject.com). This is the first assignment of the Intermediate Javascript section. It demonstrates skills in use of prototype's and prototypal chaining in constructing object's, and later will demonstrate skills in local/online storage once the API section of the course is covered. + +Find the live preview [here](https://kaglet.github.io/etch-a-sketch/). + +At full screen the tool should look like this: + +![image](https://github.com/kaglet/library/assets/96872447/b30c998e-87cd-475d-9b97-b447d83068de) + +To add in future: +* Local storage and/or online storage will soon be added. From 61960813806645e7d296e5b0b2b3c37f5333f7a6 Mon Sep 17 00:00:00 2001 From: Kago Motlhabane Date: Wed, 27 Dec 2023 09:42:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399f751..592dbba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a personal library tool made as part of the open source web development course [The Odin Project](https://www.theodinproject.com). This is the first assignment of the Intermediate Javascript section. It demonstrates skills in use of prototype's and prototypal chaining in constructing object's, and later will demonstrate skills in local/online storage once the API section of the course is covered. -Find the live preview [here](https://kaglet.github.io/etch-a-sketch/). +Find the live preview [here](https://kaglet.github.io/library/). At full screen the tool should look like this: