A dynamic web application built using Java Servlets, JSP, HTML/CSS, and Servlet Annotations.
It features a basic Sign-In / Sign-Up system, and allows users to perform full CRUD operations on Employee data.
- π User Authentication (Sign In / Sign Up)
- π§Ύ Create, Read, Update, Delete Employee Records
- π§© Built using Java Servlet annotations (no
web.xml) - π¨ Simple and clean front-end using HTML and CSS
- π JSON used for data handling (if applicable)
- Java (JDK 8+)
- Servlet API
- JSP
- HTML & CSS
- JSON
- Apache Tomcat (for deployment)
- Eclipse IDE