Skip to content

twent/simplest-php-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP Todo App (procedural style)

image

How to start app:

  1. Create sqlite.db file in src/config/db
  2. Run migrations.sql for created DB.
  3. Run app in root directory by php -S localhost:80

Used:

  1. PHP (procedural/functional style) on backend
  2. SQLite for DB
  3. TailwindCSS + DaisyUI on frontend
  4. Custom checkboxes

twent