From 3b6bcefb00157d32ca318a217be42cdda2c400df Mon Sep 17 00:00:00 2001 From: craigquincy Date: Mon, 13 Feb 2017 10:45:16 -0700 Subject: [PATCH] added bonus 3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a68de91..6d6cea0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Improve the mouse so it behaves like a real paintbrush. In other words, allow th Add a color picker which allows the user to select any brush color using the [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) and the [`change` event](https://developer.mozilla.org/en-US/docs/Web/Events/change). +### Bonus 3 + +Research [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage) and make a way to Save and Load a drawing. Research [JSON.stringify](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) and [JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) as a way to put the drawing into LocalStorage. + + ### Deployment Read over the following articles to learn how to deploy this web site to Surge.