/CRUD-operation

I have developed a page that allows users to perform basic CRUD (create, read, update, delete) operations on a table of doctor data. This means that users can add new entries to the table, view and access existing entries, update the information in those entries, and delete entries as needed.

Primary LanguageJavaScript

No issues in this repository yet.