Solve | ||||||
---|---|---|---|---|---|---|
text-generate-effect | Typewriter Effect | A Typewriter Effect is something where a piece of text constructs itself with some milliseconds in delay. You will see the text getting generated from start to finish. In this problem, create a Typewriter Effect from scratch using native React and/or Javascript functions. | EASY | nextjs | ARCHIVED | |
useoutsideclick-custom-hook | useOutsideClick Custom Hook | useOutsideClick custom hook can be used to determine if a click event was triggered outside of the target element's boundary. Create a function called useOutsideClick that triggers a toast if a click event is triggered outside of a centered div element. | EASY | nextjs | ARCHIVED | |
insert-text-in-document | Insert Text In Document | Given a textarea and a document box, Insert the text in the document in such a way that it HIGHLIGHTS the text content which is most recently added to the document. | EASY | nextjs | ARCHIVED | |
select-all-checkboxes | Select All Checkboxes | Given a `Select All` checkbox - toggle the children's checkboxes in such a way that when the `select all` button is clicked, all the boxes are checked. Similarly, when the button is toggled, the checkboxes become unchecked. | EASY | nextjs | ARCHIVED |
Rows per page