MarcOlivierFecteau / paperwork

A web application built for more efficient form filling.
MIT License
0 stars 0 forks source link

Functional front-end #3

Open MarcOlivierFecteau opened 4 months ago

MarcOlivierFecteau commented 4 months ago

Build a functional front-end that offers a simple and intuitive User Experience (UX). This feature MUST focus on the functionality part of the application, NOT the style. All the previously implemented features MUST work in order for the task to be completed.

As an example, the application could render a chosen template as a fillable PDF, and download the filled form as a PDF.

Tools:

MarcOlivierFecteau commented 3 months ago

Modifications to tools used

After having a look at Svelte and SvelteKit, and after re-evaluating the requirements of the application, I'm considering using the HTMX library instead of a full-blown framework.

For the next weeks, I'll try to learn and develop both ways in parallel to see which I prefer and which would give the best compromise between DX and UX.