A Java-based journal application to help users record and manage personal journal entries.
- Create, read, update, and delete journal entries
- Organized project structure using Maven
- Ready for customization and extension
- Java JDK 8 or above
- Maven
Clone the repository:
git clone https://github.com/utk-mat/journalApp12.git cd journalApp12
Build the project using Maven:
./mvnw clean install
You can run the application with Maven:
Modify the source code under the src/ directory as needed.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.