2018-09-30 23:01:58 +01:00
---
id: 5a5d02bd919fcf9ca8cf46cb
title: Build a Light-Bright App
challengeType: 3
2019-08-05 09:17:33 -07:00
forumTopicId: 302350
2021-01-13 03:31:00 +01:00
dashedName: build-a-light-bright-app
2018-09-30 23:01:58 +01:00
---
2020-11-27 19:02:05 +01:00
# --description--
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**Objective:** Build a [CodePen.io ](https://codepen.io ) app that is functionally similar to this: < https: // codepen . io / freeCodeCamp / full / eyLYXE > .
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**Rule #1: ** Don't look at the example project's code. Figure it out for yourself.
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**Rule #2: ** Fulfill the below [user stories ](https://en.wikipedia.org/wiki/User_story ). Use whichever libraries or APIs you need. Give it your own personal style.
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**User Story:** I can click or drag the mouse cursor to color the circles.
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**User Story:** I can double-click on a colored circle to remove the color.
**User Story:** I can click on a colored circle to change its color.
**User Story:** I should get a circle of different color on each click.
**User Story:** I can click on the 'Reset' button to remove the recent color.
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
**User Story:** I can click on the 'Reset All' button to remove all the colors from the circles.
2018-09-30 23:01:58 +01:00
2020-11-27 19:02:05 +01:00
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
You can get feedback on your project by sharing it on the [freeCodeCamp forum ](https://forum.freecodecamp.org/c/project-feedback/409 ).
# --solutions--
2018-09-30 23:01:58 +01:00
```js
// solution required
```