Skip to content

Commit

Permalink
Merge pull request #2 from opt-tech/topic-detail-disc
Browse files Browse the repository at this point in the history
説明を追加
  • Loading branch information
sisisin authored Mar 2, 2018
2 parents 810582f + 226b6c4 commit 0930569
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
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が手を出し、勝敗を判定できる

-----

課題は適宜追加…

0 comments on commit 0930569

Please sign in to comment.