learn-awesome / learndb

Curated learning resources with topics, formats, difficulty levels, expert reviews and metadata tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it easy to create new interactive roadmaps

nileshtrivedi opened this issue · comments

commented

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.

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

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

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