Forms created in React.js

As part of my learning I built this form using React.js. The form updates its data on every key-stroke. A single function handles the text inputs, the select buttons, and the radio buttons.

I also created this meme generator. The meme generator imports meme images through an API call and displays a randomly chosen one on the screen. Two input fields take text and display them on to the image. A button allows for a differnt image to be randomly chosen.

return to top