Skip to content

A simple JavaScript practice project that mirrors user input in real time. Built using basic DOM manipulation and event listeners. Includes a minimal UI with HTML, CSS, and JS. Created as part of my learning exercises.

Notifications You must be signed in to change notification settings

shanusingh01/js-text-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JS Text Mirror

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.

πŸ“ Files Included

  • index.html – basic page structure
  • style.css – minimal styling
  • app.js – logic for mirroring text as user types

🎯 Purpose

Created as part of my JavaScript learning tasks to understand how input events work and how to manipulate DOM elements efficiently.

πŸš€ How to Use

  1. Type anything in the input box
  2. The text instantly appears below in the display area

πŸ“š Learning Outcomes

  • DOM manipulation
  • Real-time event handling
  • Updating text content dynamically

About

A simple JavaScript practice project that mirrors user input in real time. Built using basic DOM manipulation and event listeners. Includes a minimal UI with HTML, CSS, and JS. Created as part of my learning exercises.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published