Console application with no purpose.
- 📌 Navigation menu
- 📌 Print full dad joke
- 📌 Print random dad joke
- 📌 Print chosen dad joke(by question)
- 📌 Print count of jokes in "db"
- 📌 Print mix - one random question/statement
- 📌 OOP style
- 📌 Can add new joke
- Requires Node.js
- Requires NPM
# clone repository
git@github.com:EvaldasBurlingis/nodejs-cli-dadjoke-generator.git
# change directory
cd nodejs-cli-dadjoke-generator
# install npm packages
npm install
# run application
npm run start