A beautiful file uploader component ready to be used with your own backend, or using the included Express server.
Thanks to Web components, you can use this any of your web apps. No matter if you use vanilla JavaScript, React, Vue, you name it.
As developers, we all know that reusing code as much as possible is a good idea.
This has traditionally not been so easy for custom markup structures — think of the complex HTML (and associated style and script) you’ve sometimes had to write to render custom UI controls, and how using them multiple times can turn your page into a mess if you are not careful.
Web Components aims to solve such problems — it consists of three main technologies, which can be used together to create versatile custom elements with encapsulated functionality that can be reused wherever you like without fear of code collisions.
We wanted to build something visually pleasing and great. And for that we based the project in the top technologies in frontend development.
Besides the component, we also included the whole Webpack project, with the original files. This way you can tweak the original code easily and adapt it to any scenario or use your own backend.
In the live version you can test a limited version of the component, without any server. This way I won’t upload any of your files to any server
07.07.2021 – v1.0