CPSC270
Software Engineering and Project Design

Activity 12

React State

Reimplement the Silly Story Generator using React. This version of the web app should:

  1. Have a single react component.
  2. Use state for:
    1. the text box.
    2. the radio buttons.
    3. the story text.

Feel free to use the HTML, CSS, and JavaScript code from the previous version of the app to facilitate creating the React version.