Effect is a productivity app that combines the Eisenhower Decision Matrix and the Pomodoro technique.
It has the following functionality:
- Add Tasks
- Order task into priorities using the Eisenhower Decision Matrix
- Updates existing tasks
- Improve user's focus using the Pomodoro technique.
Developers using this project should have the following already installed.
- Python3
- pip
- node
- npm
- This project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the
frontend
directory of this repository. After cloning, open your terminal, navigate to the/frontend
and run:
npm install