Home About Experience Projects

couldn't load image

Student Enrollment System


Tech Stack: Java EE, JSP, Servlet, Beans, MySQL, MVC

- Orchestrated the development of a robust Java-based Enrollment System, leveraging advanced Java Servlets and JavaServer Pages (JSP) to create a seamless and secure user experience
- Engineered an intricate MVC architecture, ensuring a modular and scalable codebase, fostering maintainability and extensibility
- Integrated MySQL as the backend database, optimizing data interactions with JDBC for performance and reliability
- Implemented advance features, including user authentication, registration, and dynamic course enrolment following industry best practices, resulting in a highly functional, secure, and responsive web application


Details

Auto Rental Management System


Tech Stack: C#, .NET Framework, MS SQL Server

- Designed and developed a 4-tiered server-client ‘Auto Rental Management System’ following Agile methodology
- Created a comprehensive project document, encompassing requirements, conceptual model diagram, normalized logical model, and data dictionary, and finally utilized the document to successfully implement the database and validated the physical schema design
- Developed the UI/Presentation, Business Class and Data Access layer using C# and .NET Framework


Details
couldn't load image

couldn't load image

Alpha Airlines (Reservation System)


Tech Stack: Html, CSS, JavaScript, PHP, MySql

- Designed and developed a full-stack web application for airline reservations, including user registration and booking management
- Implemented a booking feature allowing users to search and book flights based on various criteria
- Designed and populated database tables based on the normalized (3NF) Entity-Relation Diagram (ERD)


Details

Scholio (Scholarship Application)


Tech Stack: Html, CSS, JavaScript, PHP, MySql

- Designed and developed a scholarship application where students can register and login
- Students have to complete their profile section in order view scholarship directory
- Students can submit to many scholarships with just a single onClick
- After clicking the submit button all the data of that student get transferred to another database (in this case to the scholarship provider)


Details
couldn't load image

couldn't load image

Event Finder


Tech Stack: ReactJs, SeatGeek API

- Developed a dynamic React web app using external APIs to enable users to discover live events
- Implemented robust filtering options and data visualization using interactive charts
- Designed a user-friendly interface with customizable dashboards


Details

N-Queen Visualizer


Tech Stack: Html, CSS, JavaScript, Backtracking Algorithm

- Developed an interactive application for visualizing solutions to the popular N-Queens problem using JavaScript and the back tracking algorithm
- Designed and implemented an interactive user interface that displays all the positions that our algorithm tried before placing the queens in the right positions
- Generated and displayed multiple queen arrangements on separate boards


Details
couldn't load image

couldn't load image
couldn't load image
couldn't load image

York Bank


Tech Stack: Kotlin, SQLite, Android studio

- Developed an android banking application implementing recycler view, fragments & multiple activities, enabling money transfer from one user to another using their details like name and account number
- Implemented user-friendly features, including a user list displayed using a card view layout and data exchange functionality between multiple activities via intent
- Enhanced user experience with custom dialog boxes for a smooth and intuitive transaction process


Details

Snake Game


Tech Stack: C++

- Developed a simple snake game
- The snkae can move in all four direction and game is over if it hits the wall or eat itself
- The size of the snake grows when the food is eaten
- We can also enable auto-movement of the snake that way it automatically eats the food
- Live score is shown


Details
couldn't load image

couldn't load image

Word Frequency Counter


Tech Stack: C++

- Developed a program for counting the number of words from a given file
- The program reads .csv file using fstream and counting using map
- Then write the frequency of each word into another file
- The image on the side is the visual representation of our result


Details