This project was created to help manage tasks efficiently using the Eisenhower Matrix. The matrix prioritizes tasks based on urgency and importance, making it easy to decide which tasks to tackle first.
As a long-time user of the Eisenhower Matrix, I found the traditional method of writing tasks down on paper cumbersome, especially when pen and paper aren’t readily available. Hence, I built this responsive web application that incorporates the same functionality and works seamlessly across different screen sizes—making it a pocket-friendly solution for organizing tasks on the go!
Task Categorization: Tasks are sorted into four quadrants based on urgency and importance:
Urgent & Important
Not Urgent but Important
Urgent but Not Important
Not Urgent & Not Important
Frontend: React, Tailwind CSS
Backend: Node.js
Enter your tasks in the respective input fields.
Based on the urgency and importance, the tasks will be categorized into one of the four quadrants.
You can delete tasks once completed by clicking the delete icon next to each task.
