This project was quite easy, but I liked that it was easy! It’s a good first project, with the focus leading up to the project being on the working with version control and how to provide a good README. It’s a nice first project in the path.
It took me about 1,5 hours to complete this project, excluding the time I spent updating Node, setting up VSCode on my computer, and fiddling with keybindings.
The code is available here:
I would like specific feedback on how I generated and combined the messages themselves. Was it a good way to combine them? Could I refine how I randomised each entry? Any feedback regarding this stage would be welcome.
I also began by storing all of my message components in one big object which held each array, but it felt more clunky than useful. How would you have stored the components, if you were me?