suhas-sunder / insert-by-string-exercise

This program allows users to insert a character or word between a list of characters/words that already exist on the page. This is a coding challenge I'm trying for fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insert-by-string-exercise

This is a simple exercise about working with arrays to insert characters or strings onto clickable elements on the page. Additionally, I installed and implemented the React uuid library to generate unique id's to be used as keys.

image

Source/Credit: This exercise is based off of this https://www.youtube.com/watch?v=BJc5cX_D1Lg. Although I followed the prompt given in the video, the solution in this project is my own. This project is for learning purposes only.

About

This program allows users to insert a character or word between a list of characters/words that already exist on the page. This is a coding challenge I'm trying for fun.


Languages

Language:JavaScript 43.8%Language:HTML 28.3%Language:CSS 27.9%