This is a React JS application that helps users count the number of characters typed into an input field. It showcases the use of lists, keys, controlled inputs, and component structuring in React.
- ✅ Add Input Feature: Users can type text into an input field and click the
Addbutton to save it. - 🔢 Character Count Display: Each saved input displays the number of characters it contains.
- 🆕 Live State Reset: After adding, the input field clears automatically.
- 🈳 No User Inputs View: If no inputs are present, a placeholder image is shown.
- 🔁 List Rendering: Uses dynamic rendering with the
uuidpackage to assign unique keys. - 🎯 Responsive Layout: Mobile-first design that adapts to all screen sizes.
