mbos2 / url-shortener

Simple, Selfhosted, URLShortener service
MIT License
8 stars 3 forks source link

[EXPERIMENT] Make a new UI template in Svelte #9

Open mbos2 opened 11 months ago

mbos2 commented 11 months ago

Is your feature request related to a problem? Please describe. Currently, UI template is based on HTML, CSS, Javascript and Bootstrap. It is harder to implement reactivity and DOM manipulation in Javascript alone.

Describe the solution you'd like Create a Svelte based template and try to serve it as a main template for this project UI.

Note that there's possibility this might work so it's more of an experiment issue, but feel free to try it out and see if it will work.