app routingの更新、useStateに関する設問の設置 2 months ago
public Initial commit from create-react-router 2 months ago
.dockerignore Initial commit from create-react-router 2 months ago
.gitignore Initial commit from create-react-router 2 months ago
Dockerfile Initial commit from create-react-router 2 months ago
README.md Update README.md 2 months ago
package-lock.json package.json 2 months ago
package.json Initial commit from create-react-router 2 months ago
react-router.config.ts Initial commit from create-react-router 2 months ago
tsconfig.json Initial commit from create-react-router 2 months ago
vite.config.ts Initial commit from create-react-router 2 months ago
README.md

React スキルチェック

解答方法

以下の設問を用意しています。ソースコードを直接編集して解答してください。

設問 URL src 説明
useState /state ./app/work/01/index.tsx 画面の動的な更新ができる

AIの利用について

解答の作成にあたり、AIツール(ChatGPT、Copilotなど)の利用は問題ありません。ただし、以下の点に注意してください。

  • AIツールに指示した内容を、コメントとしてコード内にすべて残すこと。

Getting Started

インストール

依存ファイルをインストール:

npm install

実行

サーバーを起動:

npm run dev

http://localhost:5173でアプリケーションにアクセスできます。