Random color being generated when a user inputs node index.js in the command line.
###############################
###############################
###############################
##### #####
##### #585cce #####
##### #####
###############################
###############################
###############################
In addition to node index.js, it should also be able to accept the request for a:
hue (e.g. green or red or blue)
when entered blue:
###############################
###############################
###############################
##### #####
##### #19a7b7 #####
##### #####
###############################
###############################
###############################
luminosity (e.g. light or dark)
###############################
###############################
###############################
##### #####
##### #eae670 #####
##### #####
###############################
###############################
###############################
- Create a new repo on Github
- Create an index.js
- Figure out which library to use to generate a color random generator in hex code
- Import the library in my index.js
- Define the function to check if the library works and it generates a random color in hex code
- Figure out how to make a box out of hashtags
- Check which code works to make a box. 31x9, with a space on row 4-6
- Figure out how to make the random hex code show up in the box
- Find a library that can make the box colored
- Import the library in my index.js
- Figure out how to make the box colored using the library and some functions
- Check if the code works