From d4ec26fcea3d0c675be44bcea79307b4b6deccb6 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 10:36:01 -0700 Subject: [PATCH] Switch the order of the bonuses --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 655faf7..9abc84c 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ Here's a development workflow that we recommend you use. ### Bonus 1 -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 2 - Improve the mouse so it behaves like a real paintbrush. In other words, allow the user to paint by clicking and dragging across the canvas. For this, you'll need a combination of the `mousedown`, `mouseenter`, and `mouseup` events. **TIP:** The [`mouseenter` event](https://developer.mozilla.org/en-US/docs/Web/Events/mouseenter) doesn't bubble to up the DOM tree. +### Bonus 2 + +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). + ### Deployment Review the following articles on the Surge platform and then deploy your website to production.