-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from opt-tech/topic-detail-disc
説明を追加
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
# React janken | ||
# React Template | ||
|
||
# Usage | ||
## これは何? | ||
|
||
プログラミング課題用のReactのプロジェクトテンプレートです。 | ||
|
||
下記のいずれかの課題を実施するために用意されています。 | ||
|
||
## Usage | ||
|
||
課題を解く際には、本レポジトリをforkして開発を進めてください。 | ||
|
||
### セットアップ | ||
|
||
``` | ||
$ npm install | ||
$ npm run build | ||
$ npm start | ||
``` | ||
|
||
----- | ||
|
||
# 課題 | ||
# 課題1 | ||
|
||
じゃんけんができるUIを作成してください | ||
|
||
## 要件 | ||
|
||
- `npm start`して開かれる画面で、ゲームが実行できる | ||
- `グー`, `チョキ`, `パー`の入力に対して、CPUが手を出し、勝敗を判定できる | ||
|
||
----- | ||
|
||
課題は適宜追加… |