The course will focus on fetching data from the API and displaying it in the UI. We'll use the `fetch` API to make API calls and display the data in the to-do list.
Overview
Syllabus
- Unit 1: Fetching Data from the API
- Fetch and Return API Data
- Fetch a Single Todo Item
- Unit 2: Creating and Deleting Todo Items
- Enhance Todo Creation Functionality
- Implementing Todo Deletion Functionality
- Add Confirmation to Todo Creation
- Unit 3: Editing Todo Items
- Enhance Todo Editing with PATCH
- Add Success Message to Edit Todo
- Unit 4: Handling Loading and Errors in API Calls
- Elevate the Edit Feature Now
- Loading State for Todos