A simple CRUD web app built with HTML, CSS, and JavaScript.
Users can create, edit, and delete records that are persisted in the browser's localStorage.
The project demonstrates form validation, dynamic DOM updates, and state management without external frameworks.
- User registration form with validation (username, email, password, etc.)
- Data stored in localStorage for persistence
- Display data in a dynamic HTML table
- Edit and delete entries directly from the table
- Page redirects with personalized welcome message
- HTML5
- CSS3
- JavaScript (ES6)
- localStorage API