Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshitv21/text-append
Basic react app that appends text from two input boxes into a single output.
https://github.com/harshitv21/text-append
frontend hackerrank-solutions react text
Last synced: 2 days ago
JSON representation
Basic react app that appends text from two input boxes into a single output.
- Host: GitHub
- URL: https://github.com/harshitv21/text-append
- Owner: Harshitv21
- Created: 2024-07-29T14:02:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:05:51.000Z (3 months ago)
- Last Synced: 2024-07-29T18:05:54.351Z (3 months ago)
- Topics: frontend, hackerrank-solutions, react, text
- Language: JavaScript
- Homepage: https://harshitv21.github.io/text-append/
- Size: 622 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Append
![working website ss](assets/website%20ss.png)
This is a simple React application designed to append text from two input boxes into a single output. A similar question to this was in my HackerRank Frontend Certification exam.
Main logic for text append is in `src/components/InputAndOutput.jsx`.## Working
![demonstrating gif](assets/text%20append%20working.gif)
---