1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【React塾】React練習問題【カウントアップ・ダウンボタンの実装】

Posted at

React練習問題

Q1. カウントアップ・ダウンボタンを作成してください。
スクリーンショット 2022-04-09 11.57.39.png

問題の取り組み方

1.Github右上部にあるForkをクリックして、以下のリポジトリをフォーク
https://github.com/SatakeYusuke19920527/react-juku.git
スクリーンショット 2022-04-02 20.46.45.png

2.git clone
Codeと書いてあるボタンをクリックしてURLをコピー
スクリーンショット 2022-04-02 20.47.38.png

3.git cloneでローカル環境へコードを持ってくる

git clone https://github.com/SatakeYusuke19920527/react-juku.git

branchは自分の名前 + 問題番号としてください

git checkout -b yujiroq2

4.src/questions/Q2.tsxに実装してください

スクリーンショット 2022-04-09 11.58.42.png

5.実装できたらレビュアーに [SatakeYusuke19920527] を入れてプルリクエストを作成してください

6.レビューして合否を判定します!プルリクエストに合否を書くね。

みんなのコードを見れることを楽しみにしてます!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?