Skip to content

yhunko/react-timer

Repository files navigation

react-timer

Simple timer application written in React. Used as a practice.

Preview GIF

Tech stack

Running the project

yarn # Installing dependencies

Development

yarn dev

Build

yarn build

Preview

yarn serve