LapTimerをReact + TypeScriptで実装
this project uses:
- typescript (ES6以上の新記法への対応/静的型付け)
- react (VDOMを用いたViewの描画)
- create-react-app (お手軽にreactアプリを作れるボイラープレート)
- CodeSandBox (Cloud IDE)
this project does NOT use:
- yeomen
- Webpack
- gulp
https://vmmmqmy1x0.codesandbox.io/
% access to https://codesandbox.io/s/vmmmqmy1x0
% and enjoy it:)
- 秒単位でのストップウォッチ機能を備えています。
- ラップタイム記録機能も備えています。
- 記録したタイムはJSON形式でダウンロードすることが可能です。
- cloneせずとも開発はCodeSandBoxで完結します。