Files
Website/static/docs/todo.json

25 lines
689 B
JSON

{
"comment": [
"0 = NOT",
"1 = CHECKED",
"s = Striketrough"
],
"todo" : [
["1", "Get this shit Online"],
["0", "Finish this Website"],
["1", "Rework Photobook"],
["s", "Re-Add styles with cookies"],
["0", "Video about LS7 Computer"],
["0", "Build ma beloved 6502 phone"],
["0", "Build a simple wrist watch"],
["0", "Get a drivers license lol"],
["0", "Code a somewhat usable 3D renderer"],
["0", "Write docs for LS7 Computer 😭"],
["0", "Build LS7 Laptop"],
["0", "Finish LS7 Kernel (IKARUS)"],
["0", "Get a girlfriend lol"]
]
}