A selection of academic and personal projects demonstrating my technical skills and problem-solving abilities.
A web-based quiz application that allows users to attempt multiple-choice questions and receive instant score feedback. The project focuses on DOM manipulation, event handling, and basic application logic.
Tech Used: HTML5, CSS3, JavaScript, PHP
A console-based application developed in Java to manage student records. It includes functionalities to add, update, delete, and view student information, demonstrating the use of OOP concepts.
Tech Used: Java
A personal portfolio website showcasing my skills, projects, and contact information. The website is designed to be responsive and visually appealing, highlighting my frontend development skills.
Tech Used: HTML, CSS, JavaScript
A console-based application developed in Java to perform various operations on arrays, including sorting, searching, and merging. This project demonstrates proficiency in array manipulation and algorithm implementation.
Tech Used: Java