Codecademy - First Portfolio Project
- General Info
- Technologies Used
- Features
- Screenshots
- Setup
- Usage
- Project Status
- Room for Improvement
- Acknowledgements
- Contact
- requirements for project: a message generator program that outputs a new, random message every time a user runs the program
- how I've chosen to meet the requirements: a virtual character generator (as if for an RPG game) - each time it is run it will generate two new random characters and output their stats to the console.
- to showcase basic JavaScript syntax and programming concepts
- undertaken as part of Codecademy Full-Stack Engineer PRO course
- JavaScript ES6
- Git and GitHub
- Command line
- Node.js
- creates character objects with Name, Class and Race properties
- function to create an object with a random properties
- creates a randomised player character and enemy character
- writes the stats of both characters to the console
- install node.js
Clone this repo to a local folder
git clone https://github.com/andyrkeys/mixedMessages.git
Run the program
node main.js
Project is: complete
- none so far, will await feedback
Give credit here.
- This project was based on this Codecademy project.
- Thanks to Imagine Forest for character names ideas
Created by @AndyRKeys - feel free to contact me!
