2022/06/12 作業ログ

やったこと

  • add library
  • react-appの表示を止める(issue #26
    • dependencies→devDependenciesに変更
  • tsconfig 相対パス絶対パスに切り替える(issue #32
  • content-frame componentの作成(issue #27
    • 作業途中!
    • frame用のcssを管理するため src/components/common/frame.scss を作成
    • src/App.tsx で以下項目が表示されることを確認
      •  common/frame.scssがimportできて使えるか
      • frame-title(左上のタイトル、枠内で何やってるか)
      • frame-content(枠内)
    • src/components/molucules/IdInfo/IdInfo.tsx をframe-content内に表示するよう修正

次作業日にやる?こと

  • content-frame componentの作成(issue #27
    • frameのコードを外出しできないか検討(frame-content内の要素をどうするか検討が必要?構想案はこちら
  • update README.md(issue #35
  • add library "recoil"(issue #20
  • add library "react-router-dom"(issue #19