Brain Games is a mathematical quiz first built for command line, redone with GUI with modern React Hooks. You can also draw doodles on the background if you get bored with math :)
React95 UI components are used for this classic 90's look.
The app consists of five games:
Find even number: Answer Yes if the number is even, otherwise answer No.
Calculator: What is the result of the expression?
Greatest Common Divisor Calculator: Find the greatest common divisor of given numbers.
Arithmetic progression: Answer Yes if given number is prime. Otherwise answer No.
Find prime number: What number is missing in the progression?
npm install
npm start