I built a simple CRUD Web Application (Create, Read, Update, Delete) using only HTML, CSS, and Vanilla JavaScript, without any external libraries.
The project focuses on clean UI and user-friendly form handling. Data entries are displayed dynamically in a table, where users can easily edit or delete any record directly from the interface.