/PHP-Checktree

Checktree is a simple application to display Checkboxes in a Tree Diagram.

Primary LanguagePHP


Checkbox Tree

Description

Checktree is a simple application to display Checkboxes in a Tree Diagram.

Features

  • Add Checktree data
  • Save checked or unchecked Checktree data
  • Update Checktree data
  • Delete one or all of the Checktree data

Environment

To run this project you need to upload database and add following environment variables to your config.php file.

$servername   = "localhost";
$username     = "username";
$password     = "password";
$databasename = "database";

Screenshots

Tech Stack

  • PHP
  • JavaScript
  • MySQL