freeCodeCamp/curriculum/challenges/russian/08-coding-interview-prep/take-home-projects/manage-a-book-trading-club....

27 lines
2.0 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: bd7158d8c443eddfaeb5bd0f
title: Manage a Book Trading Club
challengeType: 4
forumTopicId: 302364
localeTitle: Управление книжным торговым клубом
---
## Description
<section id='description'>
<strong>Цель.</strong> Создайте приложение <a href="https://glitch.com" target="_blank">Glitch</a> , которое функционально похоже на это: <a href="https://chrome-delivery.glitch.me/ /" target="_blank">https://chrome-delivery.glitch.me</a> . Выполняйте приведенные ниже <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> Я могу предложить сделку и ждать, пока другой пользователь согласится на сделку. После того, как вы закончите реализацию этих историй пользователей, нажмите кнопку «Я завершил эту задачу» и введите URL-адреса как для вашего репозитория GitHub, так и для вашего живого приложения, работающего на Heroku. Вы можете получить отзывы о своем проекте, поделившись с друзьями на Facebook.
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests: []
```
</section>