Social Media
Full Stack social media application which uses React for front-end, Node.js as runtime environment, Express to create a local web server, and MongoDB as the web database. This application is capable of C.R.U.D functionality- creating new posts, reading information from web database, updating details on a post, liking and disliking them, and deleting entire posts.
Open GitHub
Hospital Billing System
Java-based program which collects data on hospital patients, such as the doctor information, total bill, and patients' personal details. The data is stored in their respective repository and inserted onto an organized text file for reading and writing, making it optimal for fast and easy data documentation.
Open GitHub
Gas Comparison
Gas prices has gone up and so has the prices of cars! Check out this Python based application for your next vehicle purchase. With over 25+ comparisons done, this Python based application has influenced numerous costumers on which vehicle is best for them during these insane gas prices. This program allows you to input information on all sorts of cars and then, using an original and efficient algorithm, determines which car will be best suit you based on the cost of car and MPG. After the program ends, the result and comparison details are recorded as a receipt on a separate file.
Open GitHub
Banking System
C++-based program which utilizes APIs and libraries to create a banking system that allows users to
deposit, withdraw, and transfer currency between multiple checking and saving accounts.
Click Counter (Full Stack)
Full Stack web application created using HTML, CSS, JavaScript, PHP, Apache, and MySQL. This application is quite simple; it counts the number of times you've increment and decrement the counter. There is also the ability to reset the counter. To put it simple, HTML and CSS was used to the body of the website, Apache helped me connect to a local server, PHP was used to connect the server to the database, and the database for the counter was used in MySQL
Open GitHub
Email Archive
Python-based program that excels at collecting email addresses and personal information, using dictionaries and other data structures, and storing them in a file. Information can be easily accessed and manipulated through the program, making it ideal for the user interface.
Open GitHub
Vowel Checker
Web application which uses HTML, CSS, and JavaScript to check whether a string contains a vowel
Open GitHub