Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

---