A life management app inspired by Tony Robbins RPM framework. Organize your goals by project, each project having organizable tasks, and each task having organizable todos.
- ⭐️ Creating a project that I'd love to use myself!
- Sometimes the standard todo list isn't enough.
- Which task should you be working on with your limited time?
- How can you tell at a glance, which todo brings you closer to accomplishing which goal?
- Many times your todos will have their own set of "sub-todos" that you must complete.
With TaskHub you can manage many projects. Those projects will have their own tasks that can be sorted in the order in which they must be completed or in order of importance. But it doesn't stop there. Each task will have it's own set of todos which can be organzied in the same way.
Navigate to www.taskhub.dev
-
Start with a blank slate & create a dummy account
or
-
Sign in with username: portfolio | password: portfolio
- Create a Project by typing in the "New Project Name" input and press enter
- Edit a Project name by double clicking on it
- Delete a Project by clicking on trash icon when hovering
- Simply re-order your task list via drag n' drop
- Create a Task by typing in the "New Task Name" input and press enter
- Edit a Task name by double clicking on it
- Delete a Task by clicking on trash icon when hovering
- Simply re-order your todo list via drag n' drop
- Create a Todo by clicking on the "+" icon
- Edit a Todo name by double clicking on it
- Delete a Todo by clicking on trash icon when hovering
clone the repository
git clone https://github.com/Caine-Spiwak/taskhub.dev.git
Create a .env file and add environment variables using the provided .env-example
install dependencies for front & backend
npm run build
run the server
npm run dev
So far only the most fundamental part of app idea is implemented. Here's whats in store...
- Maintenance Tasks Feature. Maintenance tasks will show up in their own section. These are tasks thats are re-occuring.
- Events Feature. Events will show up in their own section. Events have one instance.
- The ability to schedule a task or todo as a Maintenance Task or Event
- View upcoming Events by day, week, month, etc..
- Much more...