A timer single page web app for multi-player boardgames.
Try it out at: https://izakmarais.github.io/boardgame-timer/
Start a live auto-updating development server:
npm start
Deploy to Github Pages
npm run deploy
For more workflow options see the Create react app readme.
This is something I've wanted to build for a while. I used it to learn a bit of React.
This is my first react app. After completing it, I want to try porting it to mobile using React native.