summary | time | deliverables |
---|---|---|
A Javascript coding exercise where a user will be able to generate 1 of 3 random stories. |
1.5 hours |
1 HTML file, 1 JS file |
- 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.
Create the interaction shown in the linked video.
Drop this folder into your Markbot application. Make sure to fix all the errors. And submit online.