Skip to content

Commit

Permalink
Merge pull request #1 from opt-tech/feat-janken-doc
Browse files Browse the repository at this point in the history
feat: 要件を作成
  • Loading branch information
Jiro Hiraiwa authored Feb 21, 2018
2 parents 941871d + 84d699a commit 810582f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# React janken

# Usage

```
$ npm install
$ npm run build
$ npm start
```


# 課題

じゃんけんができるUIを作成してください

## 要件

- `npm start`して開かれる画面で、ゲームが実行できる
- `グー`, `チョキ`, `パー`の入力に対して、CPUが手を出し、勝敗を判定できる
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "react-janken",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">= 8"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down

0 comments on commit 810582f

Please sign in to comment.