Last active
October 8, 2018 15:10
-
-
Save nguyenlamlll/18e751c8eb3c62d220178e3ed1373d0f to your computer and use it in GitHub Desktop.
Revisions
-
nguyenlamlll revised this gist
Oct 8, 2018 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,10 +6,14 @@ The application is created using snack.expo.io. It is available online at: https ## Preview Include these in a HTML file and go online ``` <div data-snack-id="@nguyenlamlll/radioactive-stopwatch" data-snack-platform="ios" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fafafa;border:1px solid rgba(0,0,0,.08);border-radius:4px;height:505px;width:100%"></div> <script async src="https://snack.expo.io/embed.js"></script> ``` :smile: ## Features - Start/Stop button to control the timer. -
nguyenlamlll created this gist
Oct 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ #Radioactive Stopwatch This is a demo stopwatch application made during the course SE346.J11 at UIT. Made by Le Tran Nguyen Lam. Contact: LeTranNguyenLam.com The application is created using snack.expo.io. It is available online at: https://snack.expo.io/@nguyenlamlll/radioactive-stopwatch ## Preview <div data-snack-id="@nguyenlamlll/radioactive-stopwatch" data-snack-platform="ios" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fafafa;border:1px solid rgba(0,0,0,.08);border-radius:4px;height:505px;width:100%"></div> <script async src="https://snack.expo.io/embed.js"></script> ## Features - Start/Stop button to control the timer. - Lap button to mark the laps. - Reset button to stop and reset everything. - Laps are wrapped inside a vertical scroll view.