You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java-Cli-Table-Builder makes it easy to create flexible command-line tables. You haven't need to write your classes and methods to decorate console output anymore. Just use this flexible tool for positioning.
A simple project for practice on OOP, design patterns , principles and code smells. It was for a university project. This Console Project is a password or account manager.
Not to sound overly serious, but it’s very important to manage your budget. This implies analyzing your expenses and estimating the income, which sometimes may be difficult to do yourself. Luckily, technology is there to assist: you can create your own personal budget manager program that counts the ins and outs and helps control the finances.
Um sistema de biblioteca desenvolvido em Java para praticar Programação Orientada a Objetos, com cadastro de livros, usuários, empréstimos e devoluções. EN: A library management system developed in Java to practice Object-Oriented Programming, including book and user registration, loans, and returns.
A simple Java console application for managing a to-do list. Add, view, complete, and delete tasks easily using a menu-based interface. All data is stored in memory during the session.
This is a simple Java console-based ATM simulation project built using Object-Oriented Programming (OOP) concepts. The application allows users to perform basic banking operations like checking balance, depositing money, and withdrawing cash. It is ideal for beginners learning Java, OOPs, and input handling using Scanner.