Skip to content

A simple React app that uses the useState hook to capture and display text entered in an input field in real time.

Notifications You must be signed in to change notification settings

PuneethKumarMS/react_input_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Text Display App

This is a simple React application built using create-react-app. It uses the useState hook to handle user input and display text dynamically as the user types.

πŸš€ Features

  • Functional React component
  • useState hook for state management
  • Input field with real-time text display

πŸ“ Project Structure

my-app/
β”œβ”€β”€ node_modules/
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ App.css
β”‚ β”œβ”€β”€ App.jsx
β”‚ β”œβ”€β”€ index.js
β”œβ”€β”€ package.json
└── README.md

πŸ›  Technologies Used

  • React.js
  • JavaScript (ES6)
  • HTML5 & CSS3

πŸ“¦ Getting Started

  1. Clone the repository

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
    
    
  2. Install dependencies npm install

  3. Start the development server npm run dev

About

A simple React app that uses the useState hook to capture and display text entered in an input field in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published