vanilla-todo icon indicating copy to clipboard operation
vanilla-todo copied to clipboard

A case study on viable techniques for vanilla web development.

Results 6 vanilla-todo issues
Sort by recently updated
recently updated
newest added

I'm thinking [jsdom](https://github.com/jsdom/jsdom) should be enough to write (unit) tests: - Create a test document with the scripts to test - Mount an element with some functions - Assert it's...

enhancement

When (re-)loading the app, past items that were not marked "done" should automatically move to today so they don't get lost. This should be solvable by - implementing the transition...

good first issue

The changes mentioned were addressed this implies that the workflow will be triggered on pull request of every branch.

The pipeline currently only runs on pushing to `main`. It would be great if checks (but not the deployment) are also executed on PRs :)

good first issue

I'm using some simple Bookmarklets to backup/restore the local storage of this app to/from JSON... would be great to see this implemented via the UI. PS: I'm actually using this...

enhancement

During the initial study, not much was invested into accessibility concerns. I believe for a more complete result, accessibility should be taken into account. Looking for feedback and ideas how...

help wanted