Skip to content

warpedrhubarb/brain-games-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games (React App)

Brain Games Example

Description

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?

Installation

npm install

Usage

npm start

Demo

https://brain-games-react.herokuapp.com/