You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task 1: Build a Simple Contact Form Description: Create a form that collects user input: Fields: name, email, message Use controlled components with onChange On submit, display the entered data below the form (no API call) ,Add basic validation (e.g., required fields)
A responsive React application that calculates and displays the exact character count of user input in real-time. Built during NxtWave CCBP 4.0 training to practice text event tracking, string length evaluations, and controlled text input elements.
A React auto-suggest application featuring live text filtering and input autocomplete mechanics. Built during NxtWave CCBP 4.0 training to implement two-way state synchronization, case-insensitive keyword matching, and interactive arrow selection.
A debugging-focused React application centered on correcting lookup filters and autocomplete text injectors. Built during NxtWave CCBP 4.0 training to find and fix hidden structural bugs across dynamic input matching, child selection callbacks, and case-insensitive substring comparisons.