A beginner-friendly JavaScript project that displays typed text in real time. This project focuses on practicing DOM selection, event listeners, and updating UI elements dynamically.
- index.html β basic page structure
- style.css β minimal styling
- app.js β logic for mirroring text as user types
Created as part of my JavaScript learning tasks to understand how input events work and how to manipulate DOM elements efficiently.
- Type anything in the input box
- The text instantly appears below in the display area
- DOM manipulation
- Real-time event handling
- Updating text content dynamically