This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc.
 
 
 
 
Go to file
Nilesh c26bb6dbe7
Merge pull request #76 from Maria-Aidarus/main
API Microservice
2023-12-05 09:21:52 +05:30
.github Deleted last firebase workflow 2023-11-30 12:53:12 +03:00
db misc 2023-02-23 20:55:09 +00:00
netlify/functions slightly modified simplifyContent() to preserve more tags 2023-12-04 23:57:46 +03:00
public Deleted public index.html 2023-11-30 12:54:28 +03:00
scripts update remove_404.js 2023-03-05 15:05:43 +05:30
src upgrade deps 2023-09-23 15:54:59 +05:30
.gitignore fix deps 2023-10-07 09:54:52 +05:30
.tool-versions upgrade deps 2023-09-23 15:54:59 +05:30
AppIcon.icns WIP: appdmg to generate .dmg installer for mac 2022-07-30 08:15:36 +01:00
README.md Schema clean up, import_json/export_json scripts 2023-01-21 23:39:49 +00:00
appdmg.json WIP: appdmg to generate .dmg installer for mac 2022-07-30 08:15:36 +01:00
index.html misc 2023-02-23 20:55:09 +00:00
netlify.toml inshallah this works 2023-11-24 20:10:33 +03:00
neutralino.config.json Build desktop app using NeutralinoJS 2022-07-30 07:58:01 +01:00
package-lock.json updated prompt 2023-12-01 15:05:58 +03:00
package.json updated prompt 2023-12-01 15:05:58 +03:00
postcss.config.cjs tailwind cdn link removed, tailwind cli integrated 2023-01-01 19:46:17 +05:30
svelte.config.js tailwind cdn link removed, tailwind cli integrated 2023-01-01 19:46:17 +05:30
tailwind.config.cjs separation of data, added new roadmap prototype 2023-03-05 17:07:34 +05:30
vite.config.js Use pancake for zoomable treemap 2022-12-29 23:00:01 +00:00

README.md

LearnAwesome

Visit the online version at https://learnawesome.org/ but you can also run it on your own machine.

This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc. It also includes reviews from experts and metadata like paywall/loginwall to help you find the best resource for your learning goals.

For certain resources like research paper or books, there will be direct links thanks to projects like InternetArchive, LibGen, Arxiv, SciHub etc.

This requires us to build a giant taxonomy of all human knowledge. Arranging topics in a hierarchy is not sufficient. Instead we are creating a graph of topics and levels with multiple types of edges: "is-a-subtopic-of", "is-a-prerequisite-of" etc. If you are an expert or educator in some domain, you can contribute to this project via our GitHub repository.

In conjunction with this, we're also building an online game where this is presented as a skill-tree for life and allows you to chase ambitious life goals and keep track of your progress while inspiring and being inspired by your friends. More on this will be revealed soon.

To use:

Visit https://learnawesome.org/

image image image

Your bookmarks are saved in localStorage so be assured that no personal data is being tracked or saved on this site.

To contribute:

This is a Wikipedia-scale project and we could use all kind of help:

Architecture

There are no user accounts, no social features like learning feeds or ActivityPub. Users' bookmarks are saved in browser's localStorage.

The source data is in db/*.json files. The schema is described in db/README.md. For the front-end, we write Svelte components in src and generate bundle.js and bundle.css via npm run dev / npm run build.

For UI, we make use of TailwindCSS (currently loaded via CDN with some plugins) and Shoelace.Style. Whenever possible, we use Shoelace's existing components.

Build

We use Neutralino.js to generate native apps for Mac/Windows/Linux. Currently only the .app file (not .dmg) for Mac runs correctly.

neu build
mv dist/learndb/learndb-mac_x64 dist/learndb/learndb-mac_x64.app
chmod +x dist/learndb/learndb-mac_x64.app
appdmg ./appdmg.json dist/learndb/LearnDB.dmg