Axios PHP CRUD App
This is a simple contact app built using PHP and Axios, the user can fetch add update, and delete contacts using Axios requests, this is a good example of how to use Axios with PHP for beginners.
How to use :
Extract the zipped folder add a new MySQL database name it contacts, inside the database add a new table name it also contacts inside the table add two fields name and phone, add the folder inside your apache server and finally open the project in your browser.