arkalsekar / Learn-Javascript

A Complete Javascript Learning Reference Guide.
MIT License
16 stars 24 forks source link

Create a Static Website for displaying all the code using GH Pages. #35

Open arkalsekar opened 2 years ago

Abhirv08 commented 2 years ago

@arkalsekar Can you tell me how it gonna be implemented, I would like to work on it.

roushan-rks commented 2 years ago

@arkalsekar Hey, I would like to work on this issue I have created so many static websites for displaying all the code using GH Pages. you can see them on my git hub profile

arkalsekar commented 2 years ago

Thanks for showing your interest @Abhirv08 and @roushan-rks . Basically I want to create a GhPage Which will display the Markdown Code and Tutorials which will be stored in Each Respective Folder.

Main Branch will have an entry point with index.html as user opens the page, He will be displayed with the table of content. Once a User Clicks a Link the respective tutorial link will be get open and will be displayed in on the Page.

Feel free to ask questions.