henrylin03 / bjj-countdown

Countdown web app for your next BJJ competition!
https://bjj-countdown.netlify.app/
1 stars 1 forks source link

multiple countdown timers #9

Open henrylin03 opened 1 year ago

henrylin03 commented 1 year ago

as a user, i can input, view, and remove multiple countdown timers so that i can track different competitions

henrylin03 commented 1 year ago

for inspiration, can be done in react.js using hooks: https://www.codecademy.com/courses/react-101/lessons/the-state-hook/exercises/why-use-hooks

however, this would require migrating project to react

henrylin03 commented 10 months ago

now migrated to react/mantine ui library, can use mantine's scroll-area component per design doc