Frontend for the Employee Management App. The Employee Management App is a Full Stack Application used to maintain a record of Employees and Departments.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
- Add, Edit and Delete Employees
- Add and Edit Departments
- View existing Employees and Departments with pagination, sorting and searching
- Two themes - Light and Dark
You can find the backend here: https://github.com/debjitg97/Employee-Management-Backend