Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samantha-ruth/taskmaster-pro
A Kanban board to help you manager your tasks. Uses jQuery, Moment, HTML, css, and local-storage..
https://github.com/samantha-ruth/taskmaster-pro
css3 drag-and-drop html5 j jquery kanban local-storage momentjs project-management todo
Last synced: 8 days ago
JSON representation
A Kanban board to help you manager your tasks. Uses jQuery, Moment, HTML, css, and local-storage..
- Host: GitHub
- URL: https://github.com/samantha-ruth/taskmaster-pro
- Owner: Samantha-Ruth
- Created: 2022-05-09T20:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T04:06:26.000Z (about 2 years ago)
- Last Synced: 2024-04-16T08:49:23.755Z (7 months ago)
- Topics: css3, drag-and-drop, html5, j, jquery, kanban, local-storage, momentjs, project-management, todo
- Language: JavaScript
- Homepage: https://samantha-ruth.github.io/Taskmaster-Pro/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskmaster-Pro
A Kanban board to help you manager your tasks.## Description
This project's goal was to create a planner with dynamic events using by jQuery, as well as incorporating Moment (or an application like Moment) into the code. The application allows for a user to enter tasks and label them as "to do", "in progress", "in review", "done". The user can also designated a due date of each item. If the item is due to be finished within the next two days, the box will be colored in orange. If the task needs to be deleted,the user can grab it and drag it to the bottom of the screen to remove it from the page. The taks stored in local storage on the browser and stay on the applicaton even when the browser is refreshed.
![TaskMaster_with_tasks](https://user-images.githubusercontent.com/64170123/188967718-a19e417d-3e08-40ad-8340-0f2a4a5bb856.jpg)
![Adding_Task](https://user-images.githubusercontent.com/64170123/188967713-2be4e8a2-b670-460f-9240-83bc500747a8.jpg)
This project helped me further understand jQuery and bootstrap, as well as moment and the "click and drag" components of jquery.
The link to the deployed project is here: https://samantha-ruth.github.io/Taskmaster-Pro
The url of the Git repository is here: https://github.com/Samantha-Ruth/Taskmaster-Pro