Skip to content

NateChambers/phpChecklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A fairly simple, no-registration, checklist creater in an easy to use single php file.

FEATURES

  • Light and Dark theme (dark by default)
  • Automatically creates database
  • Create checklist with randomized password for editing
  • Progress status bar
  • Edit checklist (requires checklist password)
  • Lock checklist (requires checklist password)
  • Reset checklist (requires checklist password)
  • Delete checklist (requires checklist password)
  • Clone checklist

SUGGESTIONS TO USERS

  • It may be useful to create a cronjob (or windows scheduled task) to automatically backup the database on a regular basis.

TODO

  • More unique IDs, maybe uid instead of id?
  • Maybe an options variable for default theme, if dark theme not prefered it can easily be changed.

INSTRUCTIONS

  • Simply copy/paste (drag and drop) in to your server. Rename as you like. The rest is automatic!
  • If you wish, there are 3 settings you can configure at the top of the file, the database file name, password length, and where the special char is in the password.
  • Note: If the database isn't being created, you may need to change chmod 0775 index.php

DISCLAIMER:

Because I hadn't used php since ~2009 before starting this project, I used deepseek to modify/adjust/improve some parts of the script.

About

A checklist task maker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages