This is the first solo project in module 2 at Turing School for Software and Design in Denver, Co. This program simulates a set of flash cards using the command line.
- Contribute code to an partially constructed object-oriented application
- Follow spec/prompts to make a working application
- Implement ES6 classes
- Write modular, reusable code that follows SRP (Single Responsibility Principle)
- Implement a robust testing suite using TDD
- Clone down repo in youtr terminal
cd
into the repo- on the command line type
npm install
to install the dependencies - on the command line type
node index.js
- Enjoy!