Taskify banner

Taskify

3 devlogs
3h 50m 51s

Taskify is a simple and clean to-do list web application that helps users organize their daily tasks efficiently.
Users can add, complete, and delete tasks with a minimal interface.
It also sorts your tasks based on the priority that you enter.

Taskify is a simple and clean to-do list web application that helps users organize their daily tasks efficiently.
Users can add, complete, and delete tasks with a minimal interface.
It also sorts your tasks based on the priority that you enter.
The project focuses on improving productivity while practicing core web development skills using HTML, CSS, and JavaScript.

Demo Repository

Loading README...

mahmoud gouda

Shipped this project!

Hours: 3.85
Cookies: 🍪 22
Multiplier: 5.72 cookies/hr

Taskify is a modern to-do list web app focused on clean UI and smooth user experience.
It allows users to add tasks with priority levels, mark them as completed, and automatically sort them.
I learned how to manage application state using JavaScript and work with LocalStorage to persist data.
Overall, this project helped me gain a better understanding of how real-world front-end apps are structured and built.

mahmoud gouda

Load from local storage when reloading and save both checked and non-checked tasks along with their priority.

Attachment
Attachment
0
mahmoud gouda

Add the JS base (add, delete tasks) and priority input, and make it sort the tasks based on their priority .

Attachment
Attachment
0
mahmoud gouda

I made the main html page and css design

Attachment
0