Skip to content

Another lists web app but with recurrent tasks capabilities.

Notifications You must be signed in to change notification settings

EduFdezSoy/edus-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edu's Lists ko-fi

Another lists web app but with recurrent tasks capabilities.

preview

Check out the Clear preview and Dark preview.

Description

I made this because I wanted a list app but with recurrent tasks so I can remember to clean my roomba or water my plants.

Instalation

This runs with PocketBase as backend. To make it work just create a collection (I named it lists but you can put the name you want) and add this fields:

  • name as text
  • done as bool
  • task as text
  • every as text with this regex pattern ^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$
  • lastTime as number

In the API Rules you need at least to unlock the calls so everyone can use the API. You may set also some rules to only allow what you want to do.

Once the collection is done we need to clone this repo in the pb_public folder, alongside the pocketbase executable.
Contents of pb_public will be server in the base path.

Now we need to edit the js/config.js with our url and collection name and you are good to go.

Donations

If you really liked it and feel like I deserve some money, you can buy me a coffee and I'll continue transforming caffeine into code!

Copyright

Copyright © 2023 Eduardo Fernandez.

This content is not licensed, however I reserve all rights, if you want to use something of it just drop me an email at yo@edufdez.es.

About

Another lists web app but with recurrent tasks capabilities.

Resources

Stars

Watchers

Forks