Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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..

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