From dbf45eee9804455a6182faab2477b74b136cd193 Mon Sep 17 00:00:00 2001 From: Tatu Laras Date: Thu, 3 Oct 2019 17:12:40 +0300 Subject: [PATCH 1/2] Added a new app idea: math editor for students --- Projects/2-Intermediate/math-editor.md | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Projects/2-Intermediate/math-editor.md diff --git a/Projects/2-Intermediate/math-editor.md b/Projects/2-Intermediate/math-editor.md new file mode 100644 index 00000000..0a473225 --- /dev/null +++ b/Projects/2-Intermediate/math-editor.md @@ -0,0 +1,29 @@ +# Math Formula Editor + +**Tier:** 2-Intermediate + +An app (desktop or web) which you can use to edit different kinds of math formulas. The app will be particularry useful for doing your math homework digitally. + +The app will probably use a math markup system such as LaTeX. + +## User Stories + +- [ ] User can write to a text document +- [ ] User can add a math formula to that text document +- [ ] User can save the document either to a database or as a file locally +- [ ] User can load the file and all the formulas should be still intact + +## Bonus features + +- [ ] User can change the font size of text +- [ ] User can change other attributes of text (color, bold, etc.) +- [ ] User can add images to the document + +## Useful links and resources + +- [Mathquill](http://mathquill.com/) + +## Example projects + +- [L'math, a math editor for finnish high school students, change the language on the top left corner](https://www.lehtodigital.fi/lmath/?p=download) +- [Online demo of a simple math editor](https://math-demo.abitti.fi) From bb5273c30bbcdf38203069de5238abd481fbe183 Mon Sep 17 00:00:00 2001 From: TatuLaras <34749827+TatuLaras@users.noreply.github.com> Date: Thu, 3 Oct 2019 20:34:14 +0300 Subject: [PATCH 2/2] Added math editor idea to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 717d9f12..985960c7 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Math Editor](./Projects/2-Intermediate/math-editor.md) | A math editor for students to use | 2-Intermediate | ### Tier-3: Advanced Projects