/Todo-Interview-Questions

Interview Questions to be implemented in TODO List

Primary LanguageJavaScript

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.