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
- Host: GitHub
- URL: https://github.com/firestreaker2/nexttimer
- Owner: FireStreaker2
- License: mit
- Created: 2023-10-31T04:41:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T17:10:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:12:09.076Z (9 months ago)
- Topics: chakraui, nextjs, react, timer, ts, typescript
- Language: TypeScript
- Homepage: https://timer.firestreaker2.gq
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)