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
This is a simple React application designed to append text from two input boxes into a single output. A similar question to this was in my HackerRank Frontend Certification exam.
Main logic for text append is in src/components/InputAndOutput.jsx.