Input hours, minutes, and seconds and get an alert when the countdown completes. Built with React Hooks and TypeScript. Bootstrapped with create-react-app
See live demo at: https://react-ts-countdown.netlify.com/
Clone the repo:
$ git clone git@github.com:kpollich/react-ts-countdown.git
$ cd react-ts-countdown
Install dependencies via yarn
$ yarn
$ yarn start
This project uses Jest for tests.
$ yarn test