This project was bootstrapped with Create React App. I originally was teaching my brother react by making a calculator app with him. The original project grew beyond scope after I showed him the basics. I showed him how to make a one-page app using react-router-dom and decided to make a version of Conway's Game of Life and a card matching game(WIP.) I looked up the rules on wikipedia, and decided to use Material UI buttons for the squares.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the server that is needed for the calculator to remember past results.
A simple calculator, that can perform addition, subraction, multiplication and addition.
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life for the rules of the game.
Thank you to StackOverflow for helping with bugs and error messages.