This is a portfolio project built using procedural style of php. It includes three Projects
A CRUD Note app where you can insert any note you like, it has CRUD functionality
A CRUD Contact app where you can insert any person number taking the name and the phone number of the person, it has CRUD functionality
A CRUD Meeting app where you can add any meeting you want to attend, it has CRUD functionality
This project was built on a mac pro using MAMP as the local server environment. You could also use XAMPP or LAMP or any other PHP server environment. PHP MYSQLI
Edit the includes/config.php with your own configurations(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME). the sql is provided with the DB_NAME of port_pdl.
- Bootstrap v 4.00 - The CSS framework used
- jQuery - The JS framework used
- Adegbulugbe Timilehin