Welcome to Priority Task Manager! This simple app helps you organize your tasks based on their importance and urgency.
- Helps you organize tasks by priority and urgency
- Shows your tasks in a visual chart
- Lets you mark tasks as done when you complete them
- Automatically saves your tasks
- Download the app folder to your computer
- Open your computer's Terminal or Command Prompt
- On Mac: Press
Cmd+Space
and search for "Terminal" - On Windows: Press
Win+R
, type "cmd" and press Enter
- On Mac: Press
- Navigate to where you saved the app folder
cd path/to/priority-task-app
- Install the necessary parts:
npm install
Just double-click the start-app.command
file!
Just double-click the start-app.bat
file!
The app will automatically:
- Start the server
- Open in your web browser
- Add a task: Type your task description, set its urgency and importance, and click "Add Task"
- Mark as done: Click the "Done" button next to any completed task
- Delete a task: Click the "Delete" button to remove a task
- Switch themes: Click the theme button to change between light and dark mode
If you see two browser windows (one on port 3000 and another on a different port):
- Close both windows
- Open your Terminal/Command Prompt
- Type
killall node
(Mac) ortaskkill /F /IM node.exe
(Windows) - Start the app again
- Make sure you've installed all the necessary parts:
cd path/to/priority-task-app npm install
- Try starting manually:
node server.js
Try these steps:
- Close the app completely
- Restart your computer
- Start the app again
You're all set to start organizing your tasks! If you have questions, don't worry - everyone starts somewhere. Enjoy using your new Priority Task Manager!