Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

61 lines (32 loc) · 1.28 KB

Misfortune Cookie

You can never expect what you will get from a fortune cookie, but with this Misfortune Cookie generator, one thing is certain -it will be unfortunate! It was said that humour is derived from the misfortune of others so maybe, cracking a joke at one's bad luck, is not so bad...maybe

Table of Contents


Introduction


This is based off Mixed Message Project from Codecademy. The project's objectives are:

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

I will create a Misfortune Cookie generator that utilises the following three data points:

  1. will user receive a prediction or not
  2. if yes, when is it going to happen
  3. if yes, what is going to happen

Technologies


  • JavaScript
  • Node.js v
  • Git
  • Command line

Launch


should be launched over the node.js from the command line.

Project Status


  • Project is: completed