- Environment setup: node.js, npm, VSCode, connecting and configuring ESLint
- Integration of additional libraries
- Adherence to coding standards using ESLint and CodeClimate with Airbnb style guide
- Working with Git and GitHub
- Building a proper project architecture
Technology Stack: JavaScript, Node.js, ESLint, readline-sync.
- brain-even - game with introduction
- brain-calc - check a number for evenness
- brain-gcd - calculate simple expressions
- brain-progression - calculate the greatest common divisor of 2 numbers
- brain-prime - check a number for primality
brain-even
$ make brain-even
brain-calc
$ make brain-calc
brain-gcd
$ make brain-gcd
brain-progression
$ make brain-progression
brain-prime
$ make brain-prime