learn-awesome / learndb

Curated learning resources with topics, formats, difficulty levels, expert reviews and metadata tags
120 stars 21 forks source link

Make it easy to create new interactive roadmaps #62

Open nileshtrivedi opened 1 year ago

nileshtrivedi commented 1 year ago

The Roadmap component currently hardcodes all the markdown data for Golang roadmap: https://github.com/learn-awesome/learndb/blob/main/src/Roadmap.svelte

We need to separate the content from this component and load it from JSON/Markdown files elsewhere in the repo. The end goal is to make it really easy to create interactive roadmaps for new topics.

A-HK commented 1 year ago

@nileshtrivedi Will work on this too as a part of #63

PR454D commented 9 months ago

Hey @nileshtrivedi, I would like to participate in this.. Will ask you if I have any doubts..

nileshtrivedi commented 9 months ago

Sure, @PR454D . Do check out the existing Roadmap.svelte and roadmapAlt.svelte components.