7 Popular Github Repos For Every Web Developer

7 Popular GitHub Repos for Every Web Developer

7 Popular Github Repos For Every Web Developer
7 Popular Github Repos For Every Web Developer

7 Popular Github Repos For Every Web Developer

1. REALWORLD

Realworld is an exemplary Medium.com clone. But not only that. The repository lets you choose between different front end and back end implementations, which you can happily mix. Vue.js + Node/Express or React /Redux + Rust? They got it! 

2. YOU DON'T KNOW JS YET

This repository is a popular book series by Kyle Simpson who is widely known under his alias, Getify. The books dive deep into the mechanics of JavaScript. 

3. AIRBNB JAVASCRIPT STYLE GUIDE

The Airbnb JavaScript Style Guide is one of the most popular and commonly used style guides out there. It helps you write better JS code and is especially helpful in teams and in combination with ESLint.

4. STORYBOOK

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components. It supports React, Vue, Angular, React Native, Ember, Web Components.

5. HTML5 BOILERPLATE

HTML5 Boilerplate is a professional, and one of the most popular, front-end templates around the web. It helps you build fast, robust and adaptable websites or apps. Companies like Microsoft, NASA, and Nike use it. 

6. NODEJS BEST PRACTICES

This repository is a comprehensive collection of various best practices regarding Node.js development. It currently consists of more than 80 best practices, style guides, and architectural tips. 

7. FRONT-END CHECKLIST

Have you ever asked yourself what you need to have or test in your web application before launching it? The Front-End Checklist repository has you covered!