An open API service indexing awesome lists of open source software.

https://github.com/khoi-nguyen/mathsnuggets

Slideshow builder for mathematics teachers
https://github.com/khoi-nguyen/mathsnuggets

education mathematics slideshow sympy

Last synced: 5 months ago
JSON representation

Slideshow builder for mathematics teachers

Awesome Lists containing this project

README

          

============
MathsNuggets
============

.. role:: bash(code)
:language: bash

.. image:: https://github.com/khoi-nguyen/mathsnuggets/workflows/Tests/badge.svg?branch=master
:target: https://github.com/khoi-nguyen/mathsnuggets
.. image:: https://codecov.io/gh/khoi-nguyen/mathsnuggets/branch/master/graph/badge.svg
:target: https://codecov.io/gh/khoi-nguyen/mathsnuggets
.. image:: https://img.shields.io/badge/License-AGPLv3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0.en.html

Slideshow builder for mathematics teachers with automatic solving
and an exercise generator.

Try it
======

Currently, these instructions only work for **Linux** and **MacOS**.

- Install `Python 3`_, Node.js_ and `MongoDB`_.
- Clone this repository
- Start the back-end :bash:`make backend`
- Start the front-end :bash:`make frontend`
- Go to http://localhost:5000

.. _Python 3: https://python.org
.. _Node.js: https://nodejs.org
.. _MongoDB: https://mongodb.com