Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spm999/todo-interview-questions
- Owner: spm999
- Created: 2024-06-06T17:54:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T16:18:51.000Z (4 months ago)
- Last Synced: 2024-07-14T18:55:57.915Z (4 months ago)
- Topics: debouncing, drag-and-drop, edit, filtering, infinite-scroll, localstorage, machinecoding, pagination, reactjs, sorting, todolist, vite
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.