Mad Lib React Project

A MadLib Generator

This project was created using React. It is a MadLib game in which you input your responses and the application returns a sentence. The game has 6 inputs, a submit button, and a reset button.

The sentence output is: We all went to the {noun} after {verb} beforehand. Out of nowhere, the {adj} {noun2} {verb2} in the sky!! We were so relieved when the {noun3} emerged from the {noun2}.

The link to the repository is here.

Back