This project was developed to help me control my focused time and apply the pomodoro technique. the app notifies me when the time set to be focused ends.
- reactjs
- electronjs
- react-toastify
- react-icons
- typescript
- tailwindcss
The app can run as react or as an electron app.
OBS: Do not forget to clone this repo and run yarn
or npm install
.
yarn start
yarn electron:start
The app is covered with test, so, you can run the tests by the command below.
yarn test