Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.12 KB

README.md

File metadata and controls

64 lines (37 loc) · 1.12 KB

Timer

A simple timer made with React, TypeScript and TailwindCSS

GitHub Package.json Version Github License

GitHub Issues GitHub Pull Requests

Features

  • Custom time input (1:19, 79)
  • Preset buttons
  • Alarm sound when timer is complete
  • Responsive layout

Screenshots

Preview 01 Preview 02

Demo

Timer

Run Locally

Clone the project

  git clone https://github.com/Virkkunen/timer.git

Go to the project directory

  cd timer

Install dependencies

  npm i

Start the server

  npm run dev

Authors

Tech Stack

React, Vite, TypeScript, TailwindCSS