A simple clock where it displays clock at a particular time.
Input time(24H) and click Set and the app displays an image with the clock when it hits inputted time.
Install dependencies
npm install
Run tests
npm test
Run project
npm run dev
and navigate to http://localhost:5173 to see the clock in action.