Project Overview
LIVE PREVIEW...
The Employee Management System is a simple web-based application built using HTML, CSS, and JavaScript. It allows users to manage employee data directly in the browser without any backend or database. All information is stored locally using Browser Local Storage, making it easy to add, edit, view, and delete employee records.
Features
Add new employee details (Name, ID, Department, Designation, Salary, etc.) Edit existing employee details Delete employee records View all employees in a tabular format Data is saved in browser local storage — no backend required Responsive and clean user interface
Tech Stack
HTML5 CSS3 JavaScript (ES6)