Skip to content

Desktop Pomodoro app built with Electron. Works as a standalone environment for productivity tools or PWAs. Includes secure mode, support for <webview>, and is ready to be extended with themes, YouTube player, or local integration.

License

Notifications You must be signed in to change notification settings

Tedevian/FocusDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⏱️ FocusDek (Pomodoro) – Desktop App with Electron

License: MIT Author: tedevs0

Desktop application built with Electron, works as a standalone runtime for PWAs or productivity tools.
Ideal for projects with Node.js logic that need a desktop visual layer.

🖼️ Screenshot

Screenshot of the application

📦 Features

  • 🖥️ Packaged with Electron
  • 🔒 Security: contextIsolation: true, nodeIntegration: false
  • 🔗 Support for <webview> tags

🚀 Requirements

  • Node.js 18 or higher
  • npm or yarn

⚙️ Installation

Clone the repository and enter the folder:

git clone https://github.com/Tedevian/FocusDeck.git
cd FocusDeck
npm install

▶️ Development Mode

Run the application in desktop mode:

npm start

📁 Project Structure

pomo2be/
├── index.html           # Main interface
├── main.js              # Electron main process
├── preload.js           # Secure communication between processes
├── package.json
└── ...

💡 Future Ideas

  • 🎨 Theme selector (light/dark mode)
  • 🎨 Top bar?
  • 🎨 GIF below the buttons
  • 🎨 Choose between YouTube or something from the desktop

🤝 Contributions

This is an open source project and any contribution is welcome!
If you have ideas, you find mistakes or want to improve some part, please open an ISSUE or do a Pull Request.

Suggested steps to contribute:

  1. Make a repository fork.
  2. Create a branch for your improvement or correction.
  3. Make your changes and make commit.
  4. Open a Pull request explaining your changes.

Thanks for helping to improve FocusDeck!

📄 license

This project is licensed under the MIT license. See the License file for more details.

✍️ Author

Created with ❤️ by Tedevs

About

Desktop Pomodoro app built with Electron. Works as a standalone environment for productivity tools or PWAs. Includes secure mode, support for <webview>, and is ready to be extended with themes, YouTube player, or local integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published