Pinned Repositories
about-me
Config files for my GitHub profile.
atm-bank-arraylist
The ATM Bank Program is a Java application that simulates an automated teller machine (ATM) system. It allows users to register, perform transactions (balance inquiry, deposit, and withdrawal), and view all registered users. The program utilizes ArrayLists to store user information such as full names, usernames, PINs, and deposit amounts.
cloud-computing-paas-api
Cloud Computing PaaS REST API: A Node.js-based API for managing user details. This RESTful service allows you to create a JSON library of users, get a list of users, insert a new user, retrieve a single user by ID, and delete a user by their ID. Built with Express.js, it's a flexible solution for user data management.
contact-book-program
Contact book program with save & search function that can read and write files to a text file.
data-structures-algorithm-using-java
Go-Fit
Fitness Tracker is a web application designed to help users monitor and manage their fitness routines. Whether you're a fitness enthusiast or just starting your fitness journey, this tracker provides a seamless experience for recording workouts, tracking progress, and staying motivated.
homemade-excelpro
Homemade ExcelPro+ is a program that enables users to create customized tables similar to spreadsheets, and perform functions such as adding or deleting selected columns. The program also features a splash screen upon startup and allows users to save and open files in CSV format.
huyuhoy-silogan
Welcome to Online Ordering System for Huyuhoy Silogan, a fully functional Django web application for food ordering with MySQL database integration. This project provides a seamless experience for both customers and administrators, enabling them to interact with a variety of features.
poker-game
This Poker game is a simple Java application that allows you to play a game of Poker against the computer. It utilizes a deck of playing cards, shuffles them, and deals a hand of 5 cards to the player. It then evaluates the hand to determine the best possible combination and displays the result.
recipe
Recipe Model in Python Django
kagam1nonly's Repositories
kagam1nonly/atm-bank-arraylist
The ATM Bank Program is a Java application that simulates an automated teller machine (ATM) system. It allows users to register, perform transactions (balance inquiry, deposit, and withdrawal), and view all registered users. The program utilizes ArrayLists to store user information such as full names, usernames, PINs, and deposit amounts.
kagam1nonly/cloud-computing-paas-api
Cloud Computing PaaS REST API: A Node.js-based API for managing user details. This RESTful service allows you to create a JSON library of users, get a list of users, insert a new user, retrieve a single user by ID, and delete a user by their ID. Built with Express.js, it's a flexible solution for user data management.
kagam1nonly/huyuhoy-silogan
Welcome to Online Ordering System for Huyuhoy Silogan, a fully functional Django web application for food ordering with MySQL database integration. This project provides a seamless experience for both customers and administrators, enabling them to interact with a variety of features.
kagam1nonly/recipe
Recipe Model in Python Django
kagam1nonly/homemade-excelpro
Homemade ExcelPro+ is a program that enables users to create customized tables similar to spreadsheets, and perform functions such as adding or deleting selected columns. The program also features a splash screen upon startup and allows users to save and open files in CSV format.
kagam1nonly/contact-book-program
Contact book program with save & search function that can read and write files to a text file.
kagam1nonly/data-structures-algorithm-using-java
kagam1nonly/poker-game
This Poker game is a simple Java application that allows you to play a game of Poker against the computer. It utilizes a deck of playing cards, shuffles them, and deals a hand of 5 cards to the player. It then evaluates the hand to determine the best possible combination and displays the result.
kagam1nonly/about-me
Config files for my GitHub profile.
kagam1nonly/Go-Fit
Fitness Tracker is a web application designed to help users monitor and manage their fitness routines. Whether you're a fitness enthusiast or just starting your fitness journey, this tracker provides a seamless experience for recording workouts, tracking progress, and staying motivated.
kagam1nonly/ninja-go-vpn
kagam1nonly/Online-Shopping
kagam1nonly/palindrome
This Palindrome program is a Java application that determines whether a given number, when added to its reverse, forms a palindrome. A palindrome is a number or text that reads the same forwards and backwards.