Skip to content

Commit b543886

Browse files
committed
initial commit
0 parents  commit b543886

28 files changed

+4049
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/node_modules/
2+
/public/build/
3+
4+
.DS_Store

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["svelte.svelte-vscode"]
3+
}

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# jestlearn
2+
## serverless website for interactive educational content
3+
Make multichoice/input problems with ease!
4+
5+
## How to use:
6+
Edit `data.ts` with problem sets and such and that's mostly it
7+
8+
## Todo:
9+
* Anki spaced alg.
10+
* consider removing choice problem because all select problems are choice problems, but not all choice problems are select ones, maybe there's a way to limit the checkbox selection
11+
* pure offline support
12+
* Add more documentation, make it easier to set up a sync server, a video to show how to set it up
13+
* GUI editor for problems? (too lazy atm, just edit js)
14+
* Analytics page for teachers
15+
16+
## Motivation:
17+
I just want something super simple, fast, flexible(open source), and offline to make small educational exercise content. Google classroom and everything else is too bloat, not to mention I don't really care about grades. Instead of focusing on grades, focus on constant repitition, ergo Anki, because memory is fragile.
18+
19+
## Credits:
20+
* Favicon provided by https://twemoji.twitter.com/

0 commit comments

Comments
 (0)