NextTimer is a project built with Next.js, TypeScript, and ChakraUI. It uses a design similar to the google timer, but with it's own logic.
$ git clone https://github.com/FireStreaker2/NextTimer.git
$ cd NextTimer
$ npm i
For development:
$ npm run dev
For production:
$ npm run build
$ npm start