Welcome to the README for the CRUD (Create, Read, Update, Delete) web application!
This CRUD app is a simple web application built using HTML, CSS, and JavaScript. It allows users to perform basic CRUD operations on a dataset, such as creating new records, reading existing records, updating records, and deleting records. It can be used as a template for building more complex web applications.
A live demo of the app is available at Demo Link.
- Create: Add new records to the dataset.
- Read: View and search existing records.
- Update: Modify the information of existing records.
- Delete: Remove records from the dataset.
- Responsive: The app is designed to work on various screen sizes.
To run this app locally, follow these steps:
- Clone this repository to your local machine using
git clone
.
git clonehttps://github.com/HarishVinayagamoorthy/CRUD-APP