This course guides you through the process of building a complete Todo app using Flask. You'll gain practical skills in displaying, adding, editing, and deleting tasks while mastering core Flask concepts like routing, templates, and handling user input. By the end, you'll have a solid foundation for creating dynamic web applications.
Overview
Syllabus
- Lesson 1: Setting a ToDo App Project
- Running a Flask ToDo App
- Initialize List with Another Todo Item
- Fix Bugs in the ToDo App
- Complete the ToDo App Setup
- Build a Flask ToDo App
- Lesson 2: Creating ToDos with User Input
- Playing with the Add Functionality
- Changing Method Names and Actions
- Implementing the Add Functionality
- Fix the Add Issues
- Build the ToDo Add Feature
- Lesson 3: Updating Existing ToDos
- Edit and Update Todo Items
- Complete the Code to Edit and Update Items
- Find and Fix Route Bugs
- Retrieving and Editing Existing Items
- Implement the Update Functionality
- Lesson 4: Removing ToDos from the List
- Deleting Item from Our App
- Fill the Code to Delete ToDos
- Fix the Broken Delete Function
- Delete ToDo Items in Flask