The document outlines a mini computer project involving three applications: a calculator, a tic-tac-toe game, and a notepad, all developed using Java. The calculator performs basic arithmetic operations and was designed using Java Swing, while tic-tac-toe allows users to play against the computer. The notepad utilizes a hash map to manage file names and text strings for saving and deleting files.