Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.85 KB

ToDo App ToDo Icon

Overview..

This ToDo App allows users to manage their daily tasks effectively. Built using Flask, MySQL, and HTML, it provides features such as task addition, deletion, editing, and user authentication.


Features..

  • Add Tasks: Add Task Icon

-> Use the "Add Task" button to create new tasks. Enter the task details or task description then you can submit.

  • Edit Tasks: Edit Icon

-> Click the "Edit" button next to a task to modify its details.

  • Delete Tasks: Delete Icon

-> Click the "Delete" button to remove a task from your list.

  • View Tasks: View Tasks Icon

    -> All tasks are displayed on the index page, organized and easy to manage.


Technologies Used..

Backend:Flask Flask Icon

  • A micro web framework in Python for creating the web application.

Database:MySQL MySQL Icon

  • A relational database management system used to store user data and tasks.

Frontend HTML Icon HTML CSS Icon CSS

  • For structuring and styling the front-end user interface.

Contributing

Your contributions are valuable! Whether you've found a bug or have suggestions for improvements, feel free to open an issue or submit a pull request. Your input helps make this application better for everyone.