Editable Text Input is a simple React project built to practice core React concepts and showcase my frontend development skills. The project features an input field that allows users to enter text and convert it into a paragraph upon pressing the "Save" button. After saving the input, the button text changes to "Edit" for further interaction.
The goal of this simple React project is to demonstrate the use of Conditional Rendering.
- React
- JavaScript
- Conditional Rendering
- Styled-Components
- Class Components
- Input Field: Enter any word or sentence.
- Save Button: Converts the input into a paragraph and changes its label to "Edit".
- Edit Mode: Pressing "Edit" will toggle back to the input field for text modification.
- Node.js installed on your machine (can be downloaded from here).
Click to view
- Download dependencies by running
npm install - Start up the app using
npm start
Click to view
Colors
Font-families
- Roboto
GitHub: @bhuvan-007-github
