Developed a Taskify List web application using Django web framework that allows users to
efficiently manage their tasks by performing basic CRUD operations (Create, Read, Update,
Delete) and assigning a priority level to each task.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Task Creation Form with Priority Selection: A form that allows you to create new tasks with an input field and a dropdown menu to set the priority level of the task.
Priority-Based Task Filter: A filtering tool that enables users to sort tasks by various levels of priority, making it easier to prioritize and manage their workload.
Completion Marking with Green Text: A feature that allows you to mark a task as complete and highlight its text in green, making it easy to scan through your task list and see which tasks have been finished.
Task Management Options: A set of tools that allows you to edit a task's name and priority level, as well as delete tasks that are no longer needed.
- Tasks
- Priority
- Completed
- Actions
- Filter
- Order
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Connor Albert - connoralbert23@hotmail.com
Project Link: https://taskify-app-connor-014b178bbaab.herokuapp.com