This was a project given by codecademy fullstack developer path. The purpose of this program is to generate a random word with a random action to perform. The words and the actions are in the same object but different elements as an array.
- NodeJs for running the JavaScript code
- Visual Studio Code
- NodeJs, you can install it from https://nodejs.org/
- Clone the repository
git clone https://github.com/samicsc0/Random-word-and-action-generator.git - Open your terminal and type
node script.js
- The source for the actions https://www.bestrandoms.com/random-task
- Codecademy