Skip to content

Kanyisa-Ntombini/message-generator-pair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Mixed Messages Project

A Codecademy Pair Programming Project

Javascript

Project Overview

The aim of this project, is to build a message generator program. Every time a user runs the program, they should get a new, randomized output. The project is taken in a couple of different forms, like an astrology generator, inspirational message, or nonsensical jokes. To make the program truly random, the message that it outputs is made up of at least three different pieces of data. This project takes what we know of JavaScript syntax so far to build the program and customize it to our liking.

Sentences are not likely to make sense most of the time. :)

Project Objectives:

  • Build a message generator program using JavaScript
  • Use Git version control
  • Use command line
  • Develop locally on your computer

Prerequisites:

  • JavaScript
  • Node js
  • Git and GitHub
  • Command line

Installation

Make sure to have Node.js installed. No further installations required.



Execution

Navigate to root directory of script.js using a terminal of choice and run the command below.

node script.js 

Examples

Examples of sentences we first developed:

The <noun> is <verb>
A <adjective> <noun> was <verb>
The <noun> <verb>

Examples of Nouns, Verbs and Adjectives:

verb(ing) -> singing, playing, listening, dancing, remixing
verb -> run, walk, talk

noun -> guitar, piano, radio, saxophone, mp3 player, tempo, rhythmn

adjectives -> loud, soft, pleasant, 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published