Simple interactive math app for demonstrating equations basics based on an applet of the same name that is no longer working. App was written in React, awesome JavaScript frontend library. App was set up using a tool Create React app.
You can see it live!
- You need Node.js installed and be able to run
npm
command in console. cd
to the root directory of this project (where thepackage.json
file is located).- Install dependencies: run
npm i
. - Start developing: run
npm start
. This will start the development server and open the app in browser. All your changes in source files will be immediately hotloaded to the browser after saving. - Build the app for production: run
npm run build
. Ready files will be found in thebuild
folder.