#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
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>
😄
- 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.