DEV Community

Cover image for Top Javascript Github repositories (no frameworks)
Adrian Matei
Adrian Matei

Posted on

Top Javascript Github repositories (no frameworks)

Some of the main advantages of Javascript are its community and ecosystem. The ecosystem is huge and it is very easy to get lost, literally. I have bookmarked over time a ton of Javascript resources. Here I put a list with my favourite Javascript Github repositories, which does not include frameworks (Angular, React & Co are most likely known by everyone).

Awesome javascript

I love the awesome lists. So much that I have bookmarked most of them and made them searchable on Bookmarks.dev

Link

GitHub logo sorrycc / awesome-javascript

🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.

Find it on Bookmarks.dev


Project-guidelines

A set best practices for JavaScript projects - Git, Documentation, Code Style, Logging, API design etc

Link

GitHub logo elsewhencode / project-guidelines

A set of best practices for JavaScript projects


Find it on Bookmarks.dev

Airbnb JavaScript Style Guide() {

"A mostly reasonable approach to JavaScript" as they call it. Types, references, objects, arrays, arrow functions, modules, hoisting etc. - most of them with good and bad examples

Link

GitHub logo airbnb / javascript

JavaScript Style Guide

Find it on Bookmarks.dev


20+ Web Projects With Vanilla JavaScript

Source code 20+ mini projects using nothing but HTML5, CSS & JavaScript. No JS or CSS frameworks, no libraries, etc - Live demo links are also present

Link

GitHub logo bradtraversy / vanillawebprojects

Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

Find it on Bookmarks.dev


Algorithms

This repository contains JavaScript based examples of many popular algorithms and data structures.

Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).

☝ Note that this project is meant to be used for learning and researching purposes only and it is not meant to be used for production.

Link

GitHub logo trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Find it on Bookmarks.dev


Faker.js

Generate massive amounts of realistic fake data in Node.js and the browser

Link

GitHub logo Marak / faker.js

generate massive amounts of realistic fake data in Node.js and the browser

Find it on Bookmarks.dev


Prettier

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Link

GitHub logo prettier / prettier

Prettier is an opinionated code formatter.

Find it on Bookmarks.dev


Google Style Guides

This projects holds style guides for major languages used by Google, Javascript being one of them.

GitHub logo google / styleguide

Style guides for Google-originated open-source projects



You don't know JS

This is a series of books diving deep into the core mechanisms of the JavaScript language.

GitHub logo getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.



Dev Bookmarks tagged - [javascript]

Javascript is one of the most tagged languages on Bookmarks.dev. The public bookmarks are shared into this Github repository and most likely all the above listed are referenced from this git repo.

GitHub logo codeverland / bookmarks

🔖 ⭐ Collection of public dev bookmarks, shared with ❤️ from www.codever.land


Bookmark and search javascript resources

These and many more useful javascript resources are easily searchable and bookmarkable on Bookmarks.dev - [javascript] site:github.com

Did I miss an important one? Which one is your favourite?

Top comments (0)