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