22 Shout-Outs to Open Source and Infinite Creativity

A list of Open Source projects showing the creative potential of Open Source.

Andreas Müller

--

Sorry if this is a bit emotional, but I just have to say this now. Even at the risk of boring some of you. This isn’t another Vue vs React vs Angular post — it’s more like the opposite.

I love the open source community. I really do. It’s simply amazing what people are capable of to make things easier to use, make things more performant, build things to connect and find solutions for complex problems — in short: make the life of other developers and users easier and help each other out — even without being paid (in many cases)! I don’t know another professional area where this is the case to this extent.

Sometimes when exploring Github repositories, I’m especially impressed by how creative people are when it comes to create a logo for their extension of an existing framework. So I thought it would be nice to just showcase some totally random projects to see how colorful and creative Open Source is! And maybe there are some you haven’t heard about yet and are useful for your current project.

But even if not, let’s take this as inspiration and motivation for our own Open Source contributions and projects in 2020!

Vue.js

Let’s start with some Vue.js projects I found on Github. Here is the original logo:

1. vee-validate

This framework allows you to validate inputs and display errors. How efficiently simple the Vue.js logo was changed here to represent validation ✅!

https://github.com/logaretm/vee-validate

2. Awesome Vue.js

A very very long list of projects related to Vue.js. And of course, what doesn’t look awesome with sunglasses 😎!

https://github.com/vuejs/awesome-vue

3. BootstrapVue

An implementation of the Bootstrap v4 component and grid system for Vue.js.

https://github.com/bootstrap-vue/bootstrap-vue

4. Vuefire & Vuexfire

A really handy package for those using Firebase/Firestore with Vue.js. I like how the Vue.js logo becomes a stylised torch 🔥!

https://github.com/vuejs/vuefire

5. Vue Styleguidist

A Vue.js development environment with a living style guide. Nice tie 👔!

https://github.com/vue-styleguidist/vue-styleguidist

6. vuesion

Build production-ready PWAs with this Vue.js boilerplate. Not much left of the Vue.js logo 🕶!

https://github.com/vuesion/vuesion

7. electron-vue

Build electron applications with this Vue.js boilderplate. You don’t always have to modify the Vue.js logo, sometimes using the Vue.js colors is enough ⚛!

https://github.com/SimulatedGREG/electron-vue

8. Vuesax

A component framework based on Vue.js. Color gradients ftw 🎨!

https://github.com/lusaxweb/vuesax

9. VueUse

And some utilities of the Vue Composition API. Need a logo for your Vue.js project? Just change the letter 😅!

https://github.com/antfu/vueuse

React.js

Now let’s see some examples from the React.js community. Here is the original logo:

10. Redux

A popular predictable state container for JavaScript apps that can be used together with React (but also with any other view library).

https://github.com/reduxjs/redux

11. React-Leaflet

Some React components for Leaflet maps. A logo showing React on a leaf 🍃 … or is it a map marker?

https://github.com/PaulLeCam/react-leaflet

12. React SVG morph

A library to morph SVG components one into another. Here an example showing the authors love for React ♥!

https://github.com/gorangajic/react-svg-morph

13. React Cosmos

A development environment for building scalable, high-quality user interfaces. Not exactly the React logo, but both logos show some kind of cosm 🚀! Don’t they?

https://github.com/react-cosmos/react-cosmos

14. Reactotron

An app for inspecting React JS and React Native apps. Hello again color gradients 😅!

https://github.com/infinitered/reactotron

15. React Styleguidist

As we’ve already seen for Vue.js, here is the React version of the Styleguidist with a completely different logo… 🐙!

https://github.com/styleguidist/react-styleguidist

Angular.js

At last let’s see what’s out there for Angular. Here is the original logo:

16. NG Bootstrap

Bootstrap 4 Angular widgets. The original logo in layers and with another letter 🛡!

https://github.com/ng-bootstrap/ng-bootstrap

17. Awesome Angular

As we’ve already seen for Vue.js: Here is an awesome version of Angular. Why not simply reusing the original logo 💡!?

https://github.com/PatrickJS/awesome-angular

18. ngx-materialize

Another Angular wrap around the Materialize library. The Angular logo materialized!

https://github.com/sherweb/ngx-materialize

19. NG-ZORRO

A combination of Ant Design and Angular which is also visible in a unified logo 🤝🏻!

https://github.com/NG-ZORRO/ng-zorro-antd

20. Angular-Cesium

A project using Cesium and Angular components to create mapping applications. A world map, a name, the Angular logo — that’s all it takes 🗺!

https://github.com/articodeltd/angular-cesium

21. Angular Progressbar

A nanoscopic progress bar that tries to convince users that something is happening. Angular logo loading in progress ⏳!

https://github.com/MurhafSousli/ngx-progressbar

22. ngx-auth-firebaseui

Angular UI component for firebase authentication. Put something inside the famous Angular outline and it will be recognized as Angular project 🔥!

https://github.com/AnthonyNahas/ngx-auth-firebaseui

Wrap it up

I hope I was able to show some of the creativity in Open Source and you are now motivated to fork something or create your own. This list could be continued forever. There are countless great OS projects out there.

A big big thanks again for everyone who contributes to OS — doesn’t matter how much or how little! It’s so good to have you.

If you want to feature a great OS project or one of your own, feel free to do so in the comments below.

Published: 19th February 2020 on dev.to

--

--