Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 409 Bytes

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.