An open API service indexing awesome lists of open source software.

https://github.com/firestreaker2/nexttimer

Simple timer made with Next
https://github.com/firestreaker2/nexttimer

chakraui nextjs react timer ts typescript

Last synced: 7 months ago
JSON representation

Simple timer made with Next

Awesome Lists containing this project

README

          

![NextTimer](https://socialify.git.ci/FireStreaker2/NextTimer/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# About
NextTimer is a project built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), and [ChakraUI](https://chakra-ui.com/). It uses a design similar to the [google timer](https://www.google.com/search?q=timer), but with it's own logic.

# Selfhosting
```bash
$ git clone https://github.com/FireStreaker2/NextTimer.git
$ cd NextTimer
$ npm i
```

For development:
```bash
$ npm run dev
```

For production:
```bash
$ npm run build
$ npm start
```

# License
[MIT](https://github.com/FireStreaker2/NextTimer/blob/main/LICENSE)