DEV Community

Cover image for [20] Top 15 Most Valuable GitHub Repos in 2021
MV
MV

Posted on • Originally published at create-react-app.com

[20] Top 15 Most Valuable GitHub Repos in 2021

Over the last few years, I've accumulated a huge amount of links to useful GitHub repos. Today I picked a few of them, which I would like to share with you.

1). sindresorhus / awesome

An ultimate list of resources for all kinds of developers. From JavaScript to Fortran and from Docker to Rails.
Alt Text
https://github.com/sindresorhus/awesome

2). getify / You-Dont-Know-JS

A repo dedicated to the well-known You Don't Know JS book series by Kyle Simpson.
Alt Text
https://github.com/getify/You-Dont-Know-JS

3). EbookFoundation / free-programming-books

A giant list of completely free programming books in different languages.
Alt Text
https://github.com/EbookFoundation/free-programming-books

4). kamranahmedse / developer-roadmap

Official repo of a roadmap.sh project. Highly recommend it for people who are only taking the first steps in IT.
Alt Text
https://github.com/kamranahmedse/developer-roadmap

5). anuraghazra / github-readme-stats

A very useful repo in order to bring your GitHub Readme to the next level.
Alt Text
https://github.com/anuraghazra/github-readme-stats

6). jlevy/the-art-of-command-line

All you need for mastering the command line on one page.
Alt Text
https://github.com/jlevy/the-art-of-command-line

7). mbeaudru/modern-js-cheatsheet

A modern cheatsheet for the JavaScript knowledge you will frequently encounter in your projects.
Alt Text
https://github.com/mbeaudru/modern-js-cheatsheet

8). airbnb/javascript

JavaScript Style Guide from Airbnb. Also available on https://airbnb.io/javascript/.
Alt Text
https://github.com/airbnb/javascript

9). thedaviddias/Front-End-Checklist

An exhaustive list of all the elements you need to have before launching your website to production.
Alt Text
https://github.com/thedaviddias/Front-End-Checklist

10). ryanmcdermott/clean-code-javascript

The must-know Clean Code principles adapted for the JavaScript world.
Alt Text
https://github.com/ryanmcdermott/clean-code-javascript

11). bradtraversy/design-resources-for-developers

A curated and frequently updated collection of design resources for developers. Graphics, Fonts, Logos, Icons, you name it.
Alt Text
https://github.com/bradtraversy/design-resources-for-developers

12). trekhleb/javascript-algorithms

Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
Alt Text
https://github.com/trekhleb/javascript-algorithms

13). microsoft/Web-Dev-For-Beginners

A 12-week, 24-lesson Web Dev curriculum made by Microsoft.
Alt Text
https://github.com/microsoft/Web-Dev-For-Beginners

14). sdmg15/Best-websites-a-programmer-should-visit

A truly impressive list of all kinds of websites every programmer should visit.
Alt Text
https://github.com/sdmg15/Best-websites-a-programmer-should-visit

15). FrontendMasters/learning-roadmap

A broad learning roadmap from Frontend Masters.
Alt Text
https://github.com/FrontendMasters/learning-roadmap

Please feel free to complete the list by replying to this post. Which repos do you like best?


Original post @ create-react-app.com

My Site https://villivald.com/

GitHub https://github.com/villivald

Top comments (0)