This project is a simple CRUD (Create, Read, Update, Delete) API developed using PHP. It allows users to manage records with a title and description, displaying them on the screen using a combination of PHP, Bootstrap, JavaScript, HTML, and CSS.
Features Create: Add new records with a title and description. Read: View all records in a structured format. Update: Modify existing records. Delete: Remove records from the list.
Technologies Used PHP: Server-side scripting language for backend logic. Bootstrap: Frontend framework for responsive design. JavaScript: Enhancing interactivity and dynamic content. HTML/CSS: Structuring and styling the web application.