ForrestKnight / open-source-cs

Video discussing this curriculum:
https://youtu.be/NyOvFSP_IpQ
MIT License
18.69k stars 2.97k forks source link

Accessibility #41

Closed HopeTS closed 3 years ago

HopeTS commented 4 years ago

While this is an extremely useful resource (in my 7 years experience in learning to code, this is the best free resource I have encountered), you can only really peruse it through GitHub markdown in a slightly jarring, unresponsive table format. Putting this on a responsive, single page website with resources opening in a new tab might make it even better and accessible on any device. I have a React boilerplate, I can invest the time to do this. Thoughts?

HopeTS commented 4 years ago

https://github.com/RobbyB97/open-source-cs/tree/website

arthurnunesc commented 4 years ago

I think that is a great idea.

itzsrv commented 4 years ago

I love the idea!

HopeTS commented 4 years ago

https://github.com/RobbyB97/open-source-cs/tree/master It's a react app, based on https://github.com/robbyb97/reduxboilerplate ... I should have it done tomorrow

HopeTS commented 4 years ago

It should be complete today, Forrest if you're reading this would you want to merge it and deploy the gh-pages yourself? It is just an npm run build:prod and git push to update it. I am not sure how gh-pages deploys work with a repo that multiple people work on. Please advise, thanks :D