*overhaul in progress
A series of interactive tools to teach or practice various basic math concepts.
An excellent resource for children!
This application uses a simple MERN stack:
- MongoDB provides data for coloring the tools.
- Express.js making connecting to the server a breeeze!
- Reach.js built components.
- Node.js our server and project manager.
This project is actually just two smaller projects (sever & client). After cloning, We will be running installs for both of these.
- Clone this repo.
git clone https://github.com/mattFanning/InteractiveMathCharts.git - cd into the project folder.
cd <clone_dir>/InteractiveMathCharts - From the server folder run npm install.
cd sever npm install - From the client folder run npm install.
cd ../client npm install
Both projects (server & client) need to be running in individual environments.
- Execute the sever. *Note: this needs to be done from the context of the root folder:
cd <clone_dir>/InteractiveMathCharts node server/server.js - Execute the client.
cd <clone_dir>/InteractiveMathCharts cd client cd npm start
You can use the tools by going to
http://localhost:3000/ in your browser.