2023-03-07 homework.
Node, npm learning first homework
Npm package used: chalk
Matrix rain - only repeating strings going down.
🎯 Goals:
- Write a program to paint LT flag in a terminal
- Write a program to generate matrix rain animation in a terminal
Must have Node.js installed
-
Clone the repo
-
Go into project directory and Install NPM packages
npm install
-
Go into project directory and run program locally
npm run flag
or
npm run rain
or to run matrix rain from lesson
npm run lesson