Skip to content

asamountain/PriotizationNodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Priority Task Manager 📋

Welcome to Priority Task Manager! This simple app helps you organize your tasks based on their importance and urgency.

What This App Does ✨

  • 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

Getting Started (Super Easy!) 🚀

First Time Setup

  1. Download the app folder to your computer
  2. 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
  3. Navigate to where you saved the app folder
    cd path/to/priority-task-app
    
  4. Install the necessary parts:
    npm install
    

Starting the App

On Mac:

Just double-click the start-app.command file!

On Windows:

Just double-click the start-app.bat file!

The app will automatically:

  1. Start the server
  2. Open in your web browser

Using the App 🖱️

  1. Add a task: Type your task description, set its urgency and importance, and click "Add Task"
  2. Mark as done: Click the "Done" button next to any completed task
  3. Delete a task: Click the "Delete" button to remove a task
  4. Switch themes: Click the theme button to change between light and dark mode

Troubleshooting 🔍

Multiple browser windows open?

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) or taskkill /F /IM node.exe (Windows)
  • Start the app again

App not starting?

  1. Make sure you've installed all the necessary parts:
    cd path/to/priority-task-app
    npm install
    
  2. Try starting manually:
    node server.js
    

Other problems?

Try these steps:

  1. Close the app completely
  2. Restart your computer
  3. Start the app again

That's It! 🎉

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!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published