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
- Host: GitHub
- URL: https://github.com/khoi-nguyen/mathsnuggets
- Owner: khoi-nguyen
- License: agpl-3.0
- Created: 2020-05-17T14:42:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:42:11.000Z (over 2 years ago)
- Last Synced: 2025-03-31T10:11:49.134Z (6 months ago)
- Topics: education, mathematics, slideshow, sympy
- Language: Python
- Homepage: https://mathsnuggets.co.uk
- Size: 4.26 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.htmlSlideshow 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