2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめに

Reactの学習として、シンプルな学習記録アプリを作成しました。
学習内容と学習時間を登録して、合計時間を表示するアプリです。

作ったアプリの概要

  • 学習内容と学習時間をinputで入力
  • 登録ボタンを押すと一覧に追加される
  • 学習内容と学習時間どちらかが未入力の場合はエラーメッセージを表示
  • 登録したの学習時間の合計を表示
    screenshot.gif

感想

Reactを触ってみて、オブジェクトや配列操作に関するJavaScriptの理解不足、useStateの使い方など、手が止まることが多くありました。
インプットの段階では理解したつもりでも、いざアウトプットしようとすると「あれ、どうするんだっけ?」となる場面が何度もあり、なかなか不安な状況。
おさらいしながら学習を続けていきます。

2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?