CountDown Desktop

DAY 4 👾

I’m back 💙

Today I created CountDown Desktop App. It takes time from Command Line Argument & passes it from webContents to ipcRenderer & starts counting down until it reaches zero.

The App is very simple, screenshot provided below

Countdown

Usage

To run this app, follow these steps -

(1) Clone this repo

1
$ git clone git@github.com:deadcoder0904/electron-countdown.git

(2) Go into the directory

1
$ cd electron-countdown

(3) Install all the Dependencies

1
$ yarn

(4) Start the Application

1
$ yarn start 69

Final Application Here

Till the next time 👻