Skip to content

plizama49/mad_libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mad Libs!

Madlibs are great!

  1. Use the the index.html as starter code. In it are just some paragraph tags with some span elements inside.

  2. Allow for users to input words in text field(s)

  3. After all words are entered for the mad lib, Create a click event that renders a view that fills the words in the textfields into the placeholders within the madlib.

notes

  • You can change the html however you want!
  • you'll need to create one or more input tags
  • there are LOTS of ways to execute this code

Bonus

  • Use only one input tag.
  • Create other madlib templates.

Double bonus

  • When the user moves focus to another input, replace the input with text between the span.
  • When the user clicks on that span, add a text input in-place.

Triple Bonus

  • Save your mad-libs with localStorage!

About

[js]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 64.2%
  • HTML 35.8%