This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using plain JavaScript. The application manipulates data and showcases how CRUD functionality works in a simple environment.
- Create new records (e.g., users or items)
- Read and display all records or a specific record
- Update existing records
- Delete records
- Works with in-memory data (no backend or database)
To run this project, you only need a modern web browser. No additional installations are required.
- Clone the repository:
git clone https://github.com/yourusername/javascript-crud-operations.git