An elegant and functional Todo List Application designed to simplify task management. With intuitive controls and categorization features, users can seamlessly organize, track, and manage their daily priorities.
🚀 Try App 👉: Live Demo
- Add Tasks: Create tasks with customizable priorities (Low, Medium, High) and categories (Personal, Work, etc.).
- Mark as Complete: Keep track of your progress by marking tasks as completed.
- Delete Tasks: Remove unnecessary tasks with ease.
- Filter tasks based on:
- Priority: Low, Medium, or High.
- Category: Personal, Work, etc.
- Clear Completed: Clean up completed tasks in a single click.
- Priority levels are color-coded for easy identification.
- Categories are tagged with unique styles for better task distinction.
The app's sleek interface showcasing its core functionalities.
This project was created as part of the GenAI 101 with Pieces FREE Certification program, completed in just 1 day. The certification focuses on leveraging generative AI tools to build interactive and impactful applications.
- Add Task: Type your task in the input field, select the priority and category, and click
Add
. - Filter Tasks: Use the dropdown menus to filter tasks by priority and category.
- Mark as Complete: Click the checkbox next to a task to mark it as complete.
- Delete Task: Click the red
Delete
button to remove a task. - Clear Completed: Use the
Clear Completed
button to remove all completed tasks at once.
Contributions are always welcome! Follow these steps to contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m "Add some feature"
. - Push the branch:
git push origin feature-name
. - Open a pull request.
- HTML5: For structure and layout.
- CSS3: For styling and visual aesthetics.
- JavaScript: For functionality and interactivity.
For questions, suggestions, or feedback, feel free to reach out via GitHub Issues.
This application was generated with the support of Claude AI, showcasing the potential of generative AI in app development.
Feel free to modify and enhance this app to suit your personal or professional needs. Happy coding! 🎉