Skip to content

jamalisaeed/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apple-Style Todo List App

A modern, responsive, and feature-rich Todo List web application inspired by Apple's design language. Built with vanilla JavaScript, HTML, and CSS.

Features

  • 📝 Add Tasks with title and description
  • 🔍 Search tasks in real-time
  • 🗂️ Sort tasks (Newest, Oldest, Alphabetical)
  • 🏷️ Filter by All, Active, Completed
  • Mark as Complete/Undo
  • 🗑️ Delete tasks
  • 🚫 No duplicate titles (case-insensitive)
  • 📄 Description as a separate column
  • 📄 Pagination for large lists
  • 📦 LocalStorage persistence
  • 🖱️ Drag & Drop reordering (UI only)
  • 📱 Responsive and mobile-friendly
  • 🍏 Apple-inspired UI/UX

Screenshots

App Screenshot

Getting Started

1. Clone the repository

git clone https://github.com/jamalisaeed/todo-list.git
cd todo-list

2. Open in your browser

Just open todo list/index.html in your favorite browser. No build step or server required!

Project Structure

todo list/
├── assets/
│   ├── css/
│   │   └── style.css
│   └── js/
│       ├── app.js
│       ├── task.js
│       └── ui.js
├── index.html
└── README.md

Customization

  • Change theme: Edit CSS variables in assets/css/style.css.
  • Add features: Extend assets/js/task.js and assets/js/ui.js.

Credits

License

This project is open source and free to use under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors