Count down timer MD is a Simple Count down timer . Typescript was used to build this project. This App was developed at the very beginning of learning Typescript.
Plain CSS is used for styling.This project is not complete (as no web app could ever be sufficiently called complete) as we could always enhance the existing feature, fix bugs and add new features. I plan to revisit this project when I want to try something new.
This project is hosted on Github Pages.
One can use this simple countDown clock for any day to day activities like studying for 1 hour or maybe a screentime of 30 mins etc..
Simply set the time you wish to start,
and click the start button.
as soon as the timer end, It will play a timeup sound.
one can directly start using the Application without any need to install by simply accessing the hosted link.
- Clone the Repository
git clone https://github.com/D-Ankita/Typescript-CountDownTimer.git
- Navigate to the folder and install the necessary dependencies.
npm install
3.run the Build and Start.
npm run build
npm start