freeCodeCamp/curriculum/challenges/russian/08-coding-interview-prep/take-home-projects/build-a-light-bright-app.ru...

39 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
id: 5a5d02bd919fcf9ca8cf46cb
title: Build a Light-Bright App
challengeType: 3
isRequired: false
videoUrl: ''
localeTitle: Создайте приложение Light-Bright
---
## Description
<section id="description"> <strong>Цель.</strong> Создайте приложение <a href="https://codepen.io" target="_blank">CodePen.io</a> , функционально похожее на это: <a href="https://codepen.io/freeCodeCamp/full/eyLYXE" target="_blank">https://codepen.io/freeCodeCamp/full/eyLYXE</a> . <strong>Правило №1:</strong> Не смотрите на код примера проекта. Подумайте сами. <strong>Правило № 2:</strong> выполните приведенные ниже <a href="https://en.wikipedia.org/wiki/User_story" target="_blank">истории пользователей</a> . Используйте любые библиотеки или API, которые вам нужны. Дайте ему свой личный стиль. <strong>User Story:</strong> Я могу щелкнуть или перетащить курсор мыши, чтобы покрасить круги. <strong>User Story:</strong> Я могу дважды щелкнуть по цветному кругу, чтобы удалить цвет. <strong>User Story:</strong> Я могу щелкнуть по цветному кругу, чтобы изменить его цвет. <strong>User Story:</strong> Я должен получить круг разного цвета при каждом нажатии. <strong>User Story:</strong> Я могу нажать кнопку «Сброс», чтобы удалить последний цвет. <strong>User Story:</strong> Я могу нажать кнопку «Сбросить все», чтобы удалить все цвета из кругов. Не забудьте использовать <a href="http://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514" target="_blank">Read-Search-Ask,</a> если вы застряли. Когда вы закончите, нажмите кнопку «Я закончил эту задачу» и включите ссылку на вашу CodePen. Вы можете получить отзывы о своем проекте, поделившись с друзьями на Facebook. </section>
## Instructions
<section id="instructions">
</section>
## Tests
<section id='tests'>
```yml
tests: []
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>