Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramus-siz/exercice-09-mixed-messages-richardr6
https://github.com/ramus-siz/exercice-09-mixed-messages-richardr6
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramus-siz/exercice-09-mixed-messages-richardr6
- Owner: Ramus-Siz
- Created: 2023-07-28T13:00:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T14:52:12.000Z (over 1 year ago)
- Last Synced: 2023-07-28T15:00:42.270Z (over 1 year ago)
- Language: JavaScript
- Homepage: replit.com/@kadea-academy-2023-kin-c2/Exercice-09-Mixed-Messages-richardr6
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Mixed Message
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.### Project Objectives:
- Build a message generator program using JavaScript
- Use Git version control
- Use command line
- Develop locally on your computer
### Prerequisites:
- JavaScript
- Git and GitHub
- Command line