alikehel / activecourses

The web app for the Active Courses discord server.
https://activecourses.netlify.app/
MIT License
17 stars 5 forks source link

Design a Road map For CS-Fundamentals #9

Closed OmarShawky1 closed 11 months ago

OmarShawky1 commented 11 months ago

Design a road map for CS-Fundamentals using any road map app the exports an html. The best option that we found is roadmap.sh.

The contributor is requested to use the content in CS-Fundamentals and the Table to draw a map using roadmap.sh and export the markdown format used to draw it like in the following picture.

image

ahmedsiam0 commented 11 months ago

I have created it but lost the markdown text that i used to generate the roadmap.

roadmap.sh doesn't depend in markdown as a file format, it is just to generate the initial roadmap, after that you have to edit the roadmap visually. (it doesn't save this markdown text after you close the session, just saves the resulted roadmap)

here is what i created: https://roadmap.sh/r?id=657732ed5145316d25eb0387

Maybe this roadmap should be some kind of groups like neetcode list where topics are groups that has courses inside (instead of tree-like roadmap) (Maybe it would be coded from scratch). https://neetcode.io/practice

OmarShawky1 commented 11 months ago

Resolved in #11 by @ahmedsiam0