This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc.
 
 
 
 
Go to file
cssbubble c06823a2ec conflict resolved 2022-05-30 14:28:25 +01:00
db Added data in reviews.csv 2022-05-24 16:14:49 +01:00
src conflict resolved 2022-05-30 14:28:25 +01:00
static
templates some ui changes 2022-05-30 14:21:32 +01:00
.gitignore
README.md misc changes 2022-05-30 12:18:19 +01:00
generatedb.sh
learn.db Added data in reviews.csv 2022-05-24 16:14:49 +01:00
metadata.json
package-lock.json
package.json
rollup.config.js
settings.json

README.md

LearnAwesome

An offline-browsable collection of learning resources organized by topics, formats, difficulty level etc.

Users

Run datasette . -o in the top-level directory which opens the Datasette default view. Click on "home" in the top-left to open the custom UI which is much nicer.

Developers

When you modify the *.csv files in db/, generate the sqlite database with ./generatedb.sh. Run npm run dev to keep building the JS bundle as you edit the source code.

Details

The dataset here is identical to https://learnawesome.org/. But this runs on your computer so there are no user accounts, no social features like learning feeds or ActivityPub. Your bookmarks will be saved in browser's localStorage.