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

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

Awesome Lists containing this project

README

          

![Demo Gif](demo.gif)

[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.