Task
Task
Objective:
Build a responsive and interactive web application of your choice (e.g., Task Manager, Blog
App, E-commerce). Use HTML, CSS, Bootstrap, and JavaScript to implement features.
Integrate a fake API (e.g., JSONPlaceholder or MockAPI) to handle full CRUD(Create,
Read,Update,Delete) operations.
Requirements:
1. Use ES6+ syntax (e.g., arrow functions, destructuring, template literals, modules).
2. Split your code into modules for better organization (e.g., API calls, UI rendering, event
handling).
3. Use async/await for all API operations.
4. Add error handling for invalid inputs or API failures.
Features: