Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.21 KB

jQuery Code Challenge

In this challenge you will be creating an application that will create colored <div> tag each time the corresponding color is clicked. As each color (button) is clicked, it should increment the corresponding label. HTML and CSS are provided, the focus here is jQuery.

Starting this project

To start this code challenge fork this repository and clone it to your machine.

IMPORTANT CONSIDERATIONS

  • HTML and CSS are provided and shouldn't require code changes.
  • You can use jQuery's .data() method to retrieve the data-color HTML attributes. A relevant StackOverflow.

Application interface examples

Here is an image of how things should look:

Here is a gif of how things should like in action:

Gif not quite big enough? See the full video here.