0% found this document useful (0 votes)
2 views1 page

Task

Uploaded by

hayel8239
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Task

Uploaded by

hayel8239
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Project: Small Web App

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:

• Search and Filter: Dynamic search.


• Dark Mode Toggle: Save preferences with local storage.
• Pagination: Display long lists of items in pages.

You might also like