Skip to content

Hykwtakumin/ReactLapTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactLapTimer

LapTimerをReact + TypeScriptで実装 Image from Gyazo

this project uses:

  • typescript (ES6以上の新記法への対応/静的型付け)
  • react (VDOMを用いたViewの描画)
  • create-react-app (お手軽にreactアプリを作れるボイラープレート)
  • CodeSandBox (Cloud IDE)

this project does NOT use:

  • yeomen
  • Webpack
  • gulp

DEMO

https://vmmmqmy1x0.codesandbox.io/

Getting Started

% access to https://codesandbox.io/s/vmmmqmy1x0
% and enjoy it:)

Point

  • 秒単位でのストップウォッチ機能を備えています。
  • ラップタイム記録機能も備えています。
  • 記録したタイムはJSON形式でダウンロードすることが可能です。
  • cloneせずとも開発はCodeSandBoxで完結します。