This repository is a test of my first coding skills from Hexlet (JavaScript). You can play 5 mini-games that check and develop your math skills. You are required to answer 3 questions correctly to be successful in the games. Enjoy!
- brain-calc - calculate simple expressions
- brain-even - check a number for evenness
- brain-gcd - calculate the greatest common divisor of 2 numbers
- brain-prime - check a number for primality
- brain-progression - calculate missing number from progression
In order to play, take a few steps:
- Install Node.js if you don't have it. Make sure your version is at least 16.4.1
- Clone the repository to any convenient location on your computer using SSH key:
git@github.com:Tsogoeva/frontend-project-lvl1.git
- Go to the root directory of the project
- Perform a dependency installation using the
make install
command - Install the package with the
npm link
command. You may need tosudo
- Now run any game you want. Just enter the name of the game