0% found this document useful (0 votes)
3 views2 pages

CD Interview JS Task

The document outlines four distinct app development tasks: an Employee Directory App for managing employee information, an Expense Tracker App for tracking financial transactions, a Movie List Page for displaying and searching movies, and a Product Listing & Cart App for managing product listings and cart functionalities. Each task includes specific features such as adding, editing, and deleting entries, filtering, and displaying relevant data. The apps utilize functionalities like LocalStorage for data storage and various APIs for movie data retrieval.

Uploaded by

fakefake00701
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)
3 views2 pages

CD Interview JS Task

The document outlines four distinct app development tasks: an Employee Directory App for managing employee information, an Expense Tracker App for tracking financial transactions, a Movie List Page for displaying and searching movies, and a Product Listing & Cart App for managing product listings and cart functionalities. Each task includes specific features such as adding, editing, and deleting entries, filtering, and displaying relevant data. The apps utilize functionalities like LocalStorage for data storage and various APIs for movie data retrieval.

Uploaded by

fakefake00701
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

JS Task:​


Task: Employee Directory App​
- Add Employee (Name, Designation, Department, contact)​
- Edit/Delete Employee​
- Search employees by name​
- Filter by department​
- Store data in LocalStorage


Task: Expense Tracker App​
- Add income/expense​
- Display transaction history​
- Edit/Delete transaction​
- Category-wise filtering (If the selected category is Credit, then only display credit
entries from the transaction History)​
- Total balance calculation


Task: Movie List Page​
- Display Movie list (Use any free movie API or JSON)​
- Display movie details (Movie poster, Movie title, Release year, Rating)​
- Search movies by name​
- Filter by: Genre, Rating​
- Pagination​

Task: Product Listing & Cart App


- Product listing page
- Search products
- Filter by category
- Add to cart
- Cart quantity management
- Total price calculation

You might also like