Skip to content

spm999/Todo-Interview-Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React machine coding questions related to TODO list.

  1. Simple Todo
  2. Searching option
  3. Fiters
  4. Pagination
  5. Infinite Scrolling
  6. Debouncing
  7. Throttling
  8. Sorting (BY date, name, Importance)
  9. Delete all selected(Single and Multi delete)
  10. Storing in local storage
  11. Edit Todo
  12. Drag todo
  13. Monitor the speed of every action
  14. Use any db and write backend API to complete all tasks.