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

38 lines
1.5 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
videoUrl: ''
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</a> <a href="https://chrome-delivery.glitch.me/ /" target="_blank">//chrome-delivery.glitch.me</a> 。完成以下<a href="https://en.wikipedia.org/wiki/User_story" target="_blank">用户故事</a> 。使用您需要的任何库或API。给它你自己的个人风格。 <strong>用户故事:</strong>我可以查看每个用户发布的所有图书。 <strong>用户故事:</strong>我可以添加一本新书。 <strong>用户故事:</strong>我可以更新我的设置以存储我的全名,城市和州。 <strong>用户故事:</strong>我可以提议交易并等待其他用户接受交易。完成这些用户故事的实现后单击“我已完成此挑战”按钮然后输入GitHub存储库和在Heroku上运行的实时应用程序的URL。您可以通过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>