Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 482 Bytes

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