Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 416 Bytes

CountDowner

A simple app written in Next.js for creating countdowns.

screenshot of the app

Local setup

First, install the dependencies:

yarn

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.