shaw0106 / phrasal-template-generator

A Javascript coding exercise where a user will be able to generate 1 of 3 random stories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phrasal template generator

  • Approx. completion time: 1.5 hours
  • Deliverables: 1 HTML file, 1 JS file

A Javascript coding exercise where a user will be able to generate 1 of 3 random stories.

  • Fork this repository.
  • Collect 4 pieces of information from the user:
    • a colour
    • a creature
    • an adjective
    • a past-tense verb
  • Let the user pick what story they want out of a selection of 3 stories.
  • Combine all the information together and spit out a complete story for the user.
  • The content can be found in the content.txt file.
  • Run it through Markbot and make sure it passes all the checks.

Goal

Create the interaction shown in the linked video.


Hand in

Drop this folder into your Markbot application. Make sure to fix all the errors. And submit to Canvas using Markbot.

About

A Javascript coding exercise where a user will be able to generate 1 of 3 random stories.


Languages

Language:JavaScript 66.0%Language:HTML 34.0%