Input Box with Character Counter in ReactThere is requirement of having Character Counter Feature on Input Fields or Text Boxes. Therefore, my strategy is to develop a higher order component that can accept any text box or input field. This HOC accepts a children, charLimit, count and optio...Jan 13, 2023·2 min read
Making Node CLI(Command Line Interface) quiz appLet's Make a Quiz App which you can share with our family and Friends So to make this quiz app we will use Repl.it, you can also use VS Code or any other code editor. Setting up the enviorment We will use two node modules readline-sync: It can take...Jan 9, 2022·6 min read