Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.67 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.67 KB

EasyLeaves

Streamlining Hostel Student Leave Management
The Easy Leaves project is a transformative online platform created to enhance and simplify the leave application and approval process for hostel students. In an era where digital solutions are revolutionizing traditional systems, this project seeks to bring efficiency and convenience to an essential aspect of student life.

Frontend

HTML (HyperText Markup Language): HTML forms the backbone of web content, providing the structure and layout for the user interface. It is used to create and organize the various elements and components on the web pages.
CSS (Cascading Style Sheets): CSS is employed to control the visual presentation of web pages. It defines the styling, layout, and design aspects, including fonts, colors, spacing, and responsive layouts.
JavaScript: JavaScript is utilized to add interactivity and dynamic functionality to the frontend. It enables features like form validation, real-time notifications, and responsive behaviors, enhancing the overall user experience.
Tailwind CSS: Tailwind CSS is a utility-first CSS framework that streamlines the styling and design process. It offers pre-defined utility classes, making it easier to create a consistent and visually pleasing user interface.

Backend

PHP (Hypertext Preprocessor): PHP is a server-side scripting language used in combination with the frontend to process user requests, manage data, and communicate with the backend server. It plays a vital role in the functioning of the leave application system.

Mail

Used the PHPMailer provided on the github repository: PHPMailer