Skip to content

tyometarou/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

電卓機能

電卓機能を実装しました。基本的な電卓の機能のみ搭載されています。 GitHub Actions で自動デプロイは実装済みです。

今回実装した電卓

電卓の画像

使用技術

create-react-app

MUI

jest

TestingLibrary

実行コマンド

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

技術選定理由

①  create-react-app  特に NextJs でやる動機もなかった。(SEO とか SSR をする気もなかった。) 公式で create-react-app が消えていたので viteに変えるのはアリかもしれないです。

②  MUI  触ったことがなかったので使ってみました。CSS フレームワークは一通り触ってみましたが、合意が取れて、デザイナーと正しく協議ができて、パフォーマンスに大きく影響がでなければ何でもいいやという心境です。

③  jest

他に選択肢がなかったです。

④  TestingLibrary

他に選択肢がなかったです。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published