Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 651 Bytes

EveryDayCP

It is a desktop application which shows stuff related to Competitive Programming everytime it launches.

I wanted to learn electron and also I had to learn Competitve Programming, so I had to make this project. It is an electron-app which scrapes one of the most useful references out there cp-algorithms.

You can dowinload the ubuntu installer here.

After cloning the repo, to locally build it, follow the command below

  npm install --save-dev @electron-forge/cli
  npx electron-forge import
  npm run make