This project is a class project for Object Oriented Programming, Spring 2025. Pick It Up is a productivity app which includes note taking, AI chatting, a to-do list, a calendar, and clock/timer features. SQLite is used to setup a local database and text options under the Font menu can be used to set font size, color, font, and background color.
This project begin in development in January 2025, and concluded with the project presentation and demo on 04/23/2025.
Developed by Byte Cast
- Project Manager - Christian (CJ) Quintero
- Project Technical Manager - Justin Nguyen
- Project Test Manager - Afrin Alam Anney
- Project Design Manager - Michael Tajchman
- Project Risk Manager - Matthew Tomme
- Project Requirements Manager - Aron Rios
- Project Config Manager - Maaz Haque
- Project Consultant - Christian Medrano
To Run:
- Java must be installed on the current device
- A Windows OS is required
- unzip the .zip file to a location of your choice
- Navigate to the target folder then run Pick It Up.jar
Update Log:
04/12/2025 CJ Quintero
- added the same header comment to all class files
04/14/2025 CJ Quintero
- Fixed naming issues in some popup menus
- invalid font size no longer removes text from appearing and now is set to size 16 by default
- if no journals exist, errors show when trying to rename, create, or delete pages
- if a journal does exist but has no pages, error shows when trying to rename page or delete page
- added more validation for changing font size. Font size must now be an integer >= 1
- added a message box saying save successful when pressing "Save Notes" from menu bar. // Need to add a try/catch block here
04/21/2025 CJ Quintero
- newest up-to-date version
- created .jar file to run the app
- made example data in all features for database
04/22/2025 CJ Quintero
- fixed comic sans
- updated all file header comments
- reloaded Maven project to make new jar file
04/23/2025 CJ Quintero
- pushed feature/CJQuintero to main
- presented project to class