A simple yet featureful pomodoro in the tray/menubar
Click on the arrows to get more informations about these features
⏲️ Automagically set the timer till the next hour
Want to work until 8 PM ? You can set the timer automagically for you.
Note: It will revert your settings after the timer.
- Clone the repository
> git clone https://github.com/KeziahMoselle/tempus.git-
Create a new branch (i.e: feat-new-feature)
-
Install dependencies :
> cd tempus && yarn- Run the app in
developmentmode
> yarn devSee Test Cases
|-- tempus
|-- assets <-- Assets for the app
|-- build <-- The React build
|-- dist <-- Binaries will be generated here
|-- public
| |-- utils <-- Utility functions
| |-- app.js <-- Electron main process
| |-- icons.js
| |-- index.html
| |-- preload.js <-- Inject Node modules to the renderer process
| |-- store.js <-- Store
| |-- icons
|-- src <-- React App
|-- App.jsx <-- Main component
|-- index.css <-- Main CSS
|-- index.js
|-- components
|-- fonts
> yarn buildThe binaries will be created in the dist folder.
- Electron - framework for creating native applications with web technologies
- React - A JavaScript library for building user interfaces
Thank you ❤️
This project is licensed under the MIT License.







