This is an open-source released under the AGPL-3.0 license. It is a simple front end that generates PDFs of math worksheets and the corresponding answer sheets. Currently it supports K-5 math problems. There is no back end. It is a good project for new ReScript developers because it is still relatively small. Contribution is open to developers, designers, artists and any interested in math.
Here are some ideas of things that can be done:
- More math problems (open to anything from Kindergarten, Calculus, Discrete Math, etc.)
- Improve generation of word problems.
- Allow filtering by Core Curriculum codes like 3.OA.A.1.
- Prevent duplicate questions in a single PDF.
- Use local storage. Allow users to generate and store the PDFs locally.
- Design a new logo.
- Design nice assets for counting and geometry questions.
- Rethink the UI for selecting problems for the PDFs.
- Allow the user to select multiple types of problems for a single PDF. This is first a design question, then a programming task.
- Add unit tests.