A small desktop calendar app built with Electron. Cherry's calendar runs in a compact, frameless window.
Install dependencies (including Electron), then start:
npm install electron
npm start- Electron — desktop app shell
- HTML/CSS/JS — UI (
index.html,styles.css,script.js)
main.js— Electron main process (creates the window)index.html— App UIstyles.css— Stylesscript.js— Calendar logic