freeCodeCamp/curriculum/challenges/japanese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md

1.6 KiB

id title challengeType forumTopicId dashedName
bd7158d8c443eddfaeb5bd0f 書籍交換クラブを運営する 4 302364 manage-a-book-trading-club

--description--

Objective: Build an app that is functionally similar to this: https://manage-a-book-trading-club.freecodecamp.rocks/.

Fulfill the below user stories and get all of the tests to pass. 必要に応じて、どのようなライブラリあるいは API を使用してもかまいません。 あなたの独自のスタイルにしましょう。

ユーザーストーリー: すべてのユーザに投稿された本を見ることができます。

ユーザーストーリー: 新しい本を追加することができます。

ユーザーストーリー: 設定を更新して、自分のフルネーム、市、州を保存できます。

ユーザーストーリー: 交換を提案でき、他のユーザーがその提案を承諾するのを待つことができます。

これらのユーザーストーリーの実装を終えたら、動作可能なアプリの URL を入力し、必要に応じて GitHub リポジトリの URL を入力してください。 それから「このチャレンジを完了しました」ボタンをクリックしてください。

You can get feedback on your project by sharing it on the freeCodeCamp forum.

--solutions--

// solution required