Skip to content

An offline React web application for managing digital math homework

Notifications You must be signed in to change notification settings

jaltekruse/Free-Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bd5dc5 · Feb 18, 2025
Sep 16, 2020
Feb 14, 2025
Aug 26, 2017
Feb 18, 2025
Aug 26, 2017
Feb 23, 2021
Apr 14, 2022
Apr 14, 2022
Feb 27, 2018
Apr 5, 2020

Repository files navigation

Free Math is an open source offline React web application for managing digital math homework.

freemathapp.org

Join our revolution, Free Math has already been used by tens of thousands of students and teachers to improve communication and feedback in their math classes.

Building

Install dependencies and start the development server:

$ npm install
$ npm start

Run the unit tests:

$ npm install
$ npm run tests

Build a minified production version:

$ npm install
$ npm run build 

Contact the Maintainers

developers@freemathapp.org

Follow the project facebook twitter

Legal

             Free Math is free software: you can redistribute it and/or modify
             it under the terms of the GNU General Public License as published by
             the Free Software Foundation, either version 3 of the License, or
             (at your option) any later version.

             Free Math is distributed in the hope that it will be useful,
             but WITHOUT ANY WARRANTY; without even the implied warranty of
             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
             GNU General Public License for more details.

             You should have received a copy of the GNU General Public License
             along with Free Math.  If not, see <http://www.gnu.org/licenses/>.