RahimGuerfi / mixed-messages

Codecademy Mixed Messages Project

Home Page:https://replit.com/@abderrahimguerf/mixed-messages#main.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codecademy Mixed Messages Project

Table of contents

Project Goals

  1. Project Context
    • For this project, you will 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.
  2. Project Objectives
    • Build a message generator program using JavaScript
    • Use Git version control
    • Use command line
    • Develop locally on your computer
  3. My Project
    • My project aims to predict your future number of kids along with Gender and IQ level.
  4. Output Example
    • You will have 4 kid(s) in the future.
    • Your future kid(s) gender will be Female ♀.
    • Their IQ levels will be between 115-129.

Built with

  • JavaScript
  • Git and GitHub
  • Command line

How to use

  1. Clone the repository and change directory.
git clone https://github.com/RahimGuerfi/mixed-messages.git
cd mixed-messages
  1. Run main.js script with Node
Node main.js

Challenges and Credits

This was a practice project from the full stack program at Codeacademy.
I wrote all of the main.js.

About

Codecademy Mixed Messages Project

https://replit.com/@abderrahimguerf/mixed-messages#main.js


Languages

Language:JavaScript 100.0%