https://github.com/solarrust/react-countdown
Animated countdown build with Next.js. Vitest for tests
https://github.com/solarrust/react-countdown
nextjs vitest
Last synced: 3 months ago
JSON representation
Animated countdown build with Next.js. Vitest for tests
- Host: GitHub
- URL: https://github.com/solarrust/react-countdown
- Owner: solarrust
- License: mit
- Created: 2024-09-16T15:31:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T14:42:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T22:13:33.259Z (over 1 year ago)
- Topics: nextjs, vitest
- Language: JavaScript
- Homepage: https://solarrust.github.io/react-countdown/
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[https://solarrust.github.io/react-countdown/](https://solarrust.github.io/react-countdown/)
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.