Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spm999/todo-interview-questions

Interview Questions to be implemented in TODO List
https://github.com/spm999/todo-interview-questions

debouncing drag-and-drop edit filtering infinite-scroll localstorage machinecoding pagination reactjs sorting todolist vite

Last synced: 1 day ago
JSON representation

Interview Questions to be implemented in TODO List

Awesome Lists containing this project

README

        

### 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.