Skip to content

An app to explorer Khan Academy exercises, their missions, and other related properties

Notifications You must be signed in to change notification settings

jb-1980/khan_skill_explorer

Repository files navigation

Khan Skills Explorer

This project uses Node.js and npm as the package manager.

If you have got that set up, you can get this working from the command line.

Clone the Project

git clone https://github.com/jb-1980/khan_skill_explorer.git
cd khan_skill_explorer
npm install
npm start

Now open up http://localhost:3000 and you can start to play around with the skills.

I am using this mainly to improve my skills with React, React Router, and Redux that I am using on the front end.

Some Needed Improvements

I would like to use this in planning my lessons and courses. The main idea is to have each of the missions broken down into a table of the individual exercises, with columns of their prerequisites, associated videos and articles, as well as the associated common core standards. It is all available through Khan's API, so I just need to implement them.

Specifically,

  • I have to fix a bug with oauth authentication with Khan Academy.
  • I have to integrate the common core standards
  • I have to integrate the prerequisites
  • I have to integrate the videos and articles
  • Currently this only works with the webpack-dev-server. I want to get it working with express.

About

An app to explorer Khan Academy exercises, their missions, and other related properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published