kpollich / react-ts-countdown

Create a countdown - built with React Hooks + TypeScript

Repository from Github https://github.comkpollich/react-ts-countdownRepository from Github https://github.comkpollich/react-ts-countdown

react-ts-countdown

Input hours, minutes, and seconds and get an alert when the countdown completes. Built with React Hooks and TypeScript. Bootstrapped with create-react-app

See live demo at: https://react-ts-countdown.netlify.com/

Installation

Clone the repo:

$ git clone git@github.com:kpollich/react-ts-countdown.git
$ cd react-ts-countdown

Install dependencies via yarn

$ yarn

Run the app locally

$ yarn start

Run tests

This project uses Jest for tests.

$ yarn test

About

Create a countdown - built with React Hooks + TypeScript


Languages

Language:TypeScript 78.4%Language:HTML 21.6%