Manage your plan to watch list (or plan to read/play/whatever)
Go to file
2025-01-07 14:05:02 +05:00
css Inital commit 2025-01-07 12:23:54 +05:00
icons Inital commit 2025-01-07 12:23:54 +05:00
js Initial commit 2025-01-07 14:05:02 +05:00
php Initial commit 2025-01-07 14:05:02 +05:00
tmpl Inital commit 2025-01-07 12:23:54 +05:00
index.html Inital commit 2025-01-07 12:23:54 +05:00
LICENSE Initial commit 2025-01-06 22:42:43 +05:00
README.md Initial commit 2025-01-07 14:05:02 +05:00
schema.sql Inital commit 2025-01-07 12:23:54 +05:00

anime-backlog-list

Manage your plan to watch list (or plan to read/play/whatever)

The code is pretty dirty because the initial plan was to make this app as simple as possible, but then kept adding new features and the project bacame messy. But it works fine for my purposes.

How to deploy

  • Create a database in mysql/mariadb
  • Create tables using the file schema.sql:
mysql -u other_user -p some_empty_database < schema.sql
  • Rename php/db_connect.example.php to php/db_connect.php
  • Specify the DB connection details in the php/db_connect.php file

How to add a new tab (with a new year or whatever):

  • Add a new element in the array const years in the js/main.js file

I know it's not user-friendly, but since I'm the only user it's fine :)