| Category | Technologies |
|---|---|
| Languages | Java, Python, JavaScript |
| Frameworks | Angular, React, Spring Boot |
| Tools | Figma, Git, Adobe Illustrator |
Developed an AI-powered home design assistant that creates architectural plans and furnishing suggestions based on user preferences and budget. Used React, JavaScript, and Figma for the interface.
View on GitHubJava-based multi-threaded system for booking tickets with synchronization and real-time seat analytics. Employed OOP concepts, file handling, and Java concurrency utilities.
View on GitHubA desktop application built in Java to manage student records using file I/O. Included functionalities for registering, searching, sorting, and exporting student data.
View on GitHubA Tkinter GUI-based financial tracker that uses JSON to store and manage user income/expenses, with simple charts and summary analysis features.
View on GitHubDesigned a text-based Python game with 20 rounds, featuring random number generation, user input validation, and feedback logic to enhance gameplay experience.
View on GitHubFor the maximum flow problem, I implemented the Ford-Fulkerson algorithm with Breadth-First Search (BFS) as the path-finding method, also known as the Edmonds-Karp algorithm. This algorithm finds the maximum flow in a network from a source to a sink node.
View on GitHub