- The clock I use on Windows.
I wanted a clock (for dual-screen) instead of looking in the taskbar. So I made one.
- - AM/PM ✅
- - Start on startup ✅
- - Switch Theme ❌ ( I like Dark ! )
# Clone this repository
$ git clone https://github.com/H97-Git/Clock
# Go into the repository
$ cd Clock
# Install dependencies
$ npm install / yarn install
# Run the app
$ npm start / yarn start