DEV Community

Boris Joskic
Boris Joskic

Posted on

1 1

Started working on a library for building web sites

While building my personal, very simple, web site I did not really want to use frameworks such as Angular or React as it would be a bit too much for a simple site..and did not really want to set up webpack from scratch..

So, what does a developer do when he does not want to use premade solutions which make his life easier? Creates his own library, of course!

I really liked the idea of it, plus it is nice practice for me to work on a library.

What it does now is that it converts SCSS to CSS, MD to HTML and displays blog posts list in index.html file.

It's barebones but its fun to work on this, my kind-of-first library..I was really excited when I found out what npm link does!

Here is a github repo url: https://github.com/BrsJsk/sfy
Docs: https://brsjsk.github.io/sfy/#/
Live example: https://keen-swanson-66c35f.netlify.app/
Comments are welcome!

Might not be the most original idea(we already have tons of libraries and frameworks), but I personally plan to use it and continue work on it.

SurveyJS custom survey software

Build Your Own Forms without Manual Coding

SurveyJS UI libraries let you build a JSON-based form management system that integrates with any backend, giving you full control over your data with no user limits. Includes support for custom question types, skip logic, an integrated CSS editor, PDF export, real-time analytics, and more.

Learn more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay