A simple task list application built with HTML, CSS, and GenosDB in vanilla JavaScript.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Filter tasks (all, active, completed)
- Clear all completed tasks
- Pending task counter
- Data persistence using localStorage
- Responsive design
- HTML5
- CSS3
- JavaScript (ES6+)
- Font Awesome for icons
- localStorage for data persistence
- Clone this repository
- Open the
index.htmlfile in your browser - Start managing your tasks!
index.html: HTML structure of the appstyles.css: CSS styles for the user interfacescript.js: Application logic in JavaScript
You can view a live demo of the application at: GitHub Pages
This project is licensed under the MIT License.