/Mixed_Messages

First project in Full Stack path

Primary LanguageJavaScript

Mixed Messages Project

"Motivational Quotes Generater"

About the project:

A command-line program, that generate a new motivational quote every time the user run it... This is the first project in Codecademy of "Full Stack Engineer" path.

Description:

Build a message generator program. Every time a user runs a program, they should get a new, randomized output. You’re welcome to take the project in a couple of different forms, like an astrology generator, inspirational message, or nonsensical jokes. To make your program truly random, the message that it outputs should be made up of at least three different pieces of data. Take what you know of JavaScript syntax so far to build the program and customize it to your liking.

Project Objectives:

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

Technologies:

  • JavaScript
  • Git and GitHub

Instructions:

In order to run the program and read your motivational quote, you need to have node installed in your machine.... after that:

  • Download the app.js from this repo.
  • In your termianl, change the current dirctory to the app.js you just downloaded.
  • Run the code: node app.js

Demo screenshots:

Demo 1 Demo 2