Skip to content

In this project, you’ll build a message generator program that outputs a new, random message every time a user runs the program. Your program should showcase basic JavaScript syntax and programming concepts.

benjipt/mixedmessages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Mixed Messages

Table of contents

General info

Javascript project from Codecademy.com | in Full-Stack Engineer Pro Path

Context: In this project, you’ll build a message generator program that outputs a new, random message every time a user runs the program. Your program should showcase basic JavaScript syntax and programming concepts.

For this project, I chose to hard-code a mad lib string I found from Google images and then I worked with my 7 year old son to come up with arrays of words for each word type. When run, the program will print the madlib string with random entries included for each prompt.

Technologies

  • Javascript (ES2020)
  • Node.js

Project status

Complete

Launch

  1. Clone Repo in directory of choosing:
    git clone https://github.com/benjipthompson/mixedmessages.git
  2. Open mixedmessages directory:
    cd mixedmessages
  3. Run in Node.js:
    node app.js

About

In this project, you’ll build a message generator program that outputs a new, random message every time a user runs the program. Your program should showcase basic JavaScript syntax and programming concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published