ideonexus / Explorable-Explanations

A library of one-shot html pages to help parents and teachers illustrate concepts and education children.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explorable Explanations

Hello Parents! Here you will find a growing collection of javascript apps I have built or built-upon to help explain concepts and tutor my two boys in math, literacy, and other subjects.

Browse the projects here.

Because several of the projects in this collection build-upon existing projects with varying licenses, this collection is licensed Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0). If you like this collection, please fork it and make it your own (just please keep the 3rd-party attributions in place)!

Some Programming Principles

  • I try to keep them mobile-friendly as young children can interact with touch-screens easier than with a mouse and keyboard.

  • I put all of the main javascript, css, and html into the index.html file so that new and younger programmers can see everything in one place.

  • With a few exceptions, all of these are capable of loading into a browser from the local drive. This way new and budding hackers don't need to mess with setting up web servers or needing an internet connection to run them and can develop in a text editor.

About

A library of one-shot html pages to help parents and teachers illustrate concepts and education children.


Languages

Language:HTML 66.9%Language:JavaScript 31.4%Language:CSS 1.3%Language:SCSS 0.3%Language:Ruby 0.0%