Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Top 23 JavaScript JavaScript Projects
-
Project mention: Maximizing Performance in Angular Applications: Proven Tips and Techniques | dev.to | 2023-02-07
If your app requires high performance, consider using a framework that is specifically designed for performance, such as Svelte, Vue, or React. If you insist on using Angular, you can still optimize your application by following the tips below...
-
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
JavaScript Algorithms
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Project mention: Desperately want to make my own game, tripped up on certain integral parts [JS/HTML/CSS] | reddit.com/r/incremental_gamedev | 2023-02-04The UI still looks bad however. Now I am no designer, so the best I could hope for was to make something passable. At the time, Bootstrap was a popular opinionated css library. You can attach the html class table to your divs and it looks like what Bootstrap thinks a table should look like. It also has a nice column system where you can easily make divs 1/12th of the screen on desktop, or 3/12th on mobile. I haven't used it in years but it was pretty good at the time.
-
Project mention: Unleash the Power of Java: A JavaScript Developer's Guide to Best Practices in Java Development | dev.to | 2023-02-05
In comparison, JavaScript doesn't have a strict coding standard, although it does have widely accepted code style guides like the Airbnb JavaScript Style Guide and the JavaScript Standard Style. These guides provide recommendations for code formatting and naming conventions, but they are not as strictly enforced as the Java coding standard.
-
😎 a quick reference with short solutions for your development needs in javascript -> 30-seconds-of-code
-
Whatever the case, I used Axios - or some cases the native fetch function - but now I've got no clue how to handle the loading status of the fetched data or what to do if something went wrong while fetching.
-
Project mention: I don’t get all the hate for PHP and at this point I am too afraid to ask. | reddit.com/r/ProgrammerHumor | 2023-02-07
You could also use something like EventMachine (In ruby), Twisted (Python), Node (JS) or ReactPHP (for PHP) that will use the language and turn it into a web application server, and then you'll have only one long running process that handle all your requests with shared memory. You could even use something more fancy like RoadRunner in the case of PHP.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Project mention: does anyone know how are these cool web design effects and designs made? | reddit.com/r/web_design | 2023-02-01
-
😎 A great list that will increase your Node.js knowledge with practice -> nodebestpractices
-
material-ui
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
Okay it looks like MUI has an issue open: https://github.com/mui/material-ui/issues/34826 And styled-components works serverside but the registry has to be a client component (if I understand the docs correctly)
-
Clean Code JavaScript
-
Project mention: RANT:Physics wallah's maha revision series is so so advertisementy... | reddit.com/r/Btechtards | 2023-01-28
webD : microsoft webd couse on github
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
if you want to learn more about webpack just go to this website https://webpack.js.org/ explore it and see more settings in webpack.
-
To learn more about Express.Js framework, you can check out the docs here
-
But grocy also already uses (and therefore includes) Chart.js for the price history chart on the product card - so unless something is not possible by using this library, it would be best to utilize that for any other charts.
-
Project mention: Mastering Internationalization and Localization in JavaScript: A Comprehensive Guide | dev.to | 2023-01-31
It's worth noting that using Intl.Collator() and localeCompare() is not the only way to sort the strings for different languages, you can also use other libraries like lodash or ramda .
-
😎 A list of concepts that JS developers must know -> 33-js-concepts
-
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
Project mention: Do you still use HTML5 Boilerplate when starting new projects? what are alternatives? | reddit.com/r/webdev | 2023-01-11Do you guys still use HTML5 Boilerplate when starting new projects? https://html5boilerplate.com/
-
mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
Project mention: A command line tool that draw plots on the terminal | news.ycombinator.com | 2023-01-12This is so cool. It reminds me of Markdown and Mermaid (https://github.com/mermaid-js/mermaid), which can do a similar thing within a plain text file. Keep it up; looking forward to trying it out.
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.
Here's the site & docs for more info. It's great.
-
Its easier to always include them so you don't get caught up on the few places where it does matter. And if you're using a formatter like prettier, you can get them included automatically for you.
-
Project mention: What are the most innovative and interesting frontend/backend frameworks you know? I'll use them to build my next side project. | reddit.com/r/webdev | 2023-02-07
I'm thinking of recreating something like silverbullet using Vite, Svelte, Echo, Sqlite, anime, and web sockets. I'll host it in Docker on my mini server, access it via Tailscale and back it up with restic to Azure. I have some vague idea of building a web app that is both the editor and the app at the same time. Like a game where you build the game by playing the game, but with markdown and magic. Perfect side project fodder.
-
Project mention: If You Were Building Chess.com Today, Which Tech Stack Would You Use and Why? | reddit.com/r/webdev | 2022-12-18
you could build the whole thing with meteor.com and React
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
JavaScript JavaScript related posts
- MQTT in Plugin disconnects frequently
- My One of a Kind DIY Rack
- How to open and set the content of a new broswer tab/window
- Dumb question
- The Readability-Performance Paradox: My Experience as a Small Team Developer
- Server components with component libraries.
- Is there something like a Kids chore / allowance tracker?
-
A note from our sponsor - Appwrite
appwrite.io | 8 Feb 2023
Index
What are some of the best open-source JavaScript projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | React | 201,353 |
2 | javascript-algorithms | 162,420 |
3 | Bootstrap | 161,653 |
4 | javascript | 131,322 |
5 | 30-seconds-of-code | 107,306 |
6 | axios | 98,586 |
7 | node | 93,099 |
8 | three.js | 88,625 |
9 | nodebestpractices | 86,002 |
10 | material-ui | 84,310 |
11 | clean-code-javascript | 79,040 |
12 | Web-Dev-For-Beginners | 65,088 |
13 | webpack | 62,478 |
14 | Express | 59,762 |
15 | Chart.js | 59,677 |
16 | lodash | 55,507 |
17 | 33-js-concepts | 54,762 |
18 | html5-boilerplate | 53,945 |
19 | mermaid | 53,511 |
20 | Strapi | 51,565 |
21 | prettier | 44,783 |
22 | anime.js | 44,289 |
23 | Meteor JS | 43,255 |