Inspiration I wanted an easy to use way to store string data on the hard-drive of a computer that is organized and accessible by different permanent users and is very customizable.

What it does

It stores different users by name and stores different logs by that user that are also sorted by name. All information is accessible when closing and restarting the program/computer. Logs can be made, deleted, edited, or read. Users log in to access to their logs and new users can easily be created.

How I built it

I wrote the majority of the code in java to handle the user interface. I then coded in a place for the data to be stored on the hard drive.

Challenges I ran into

importing and exporting data in the form of advanced data structures from a java program especially when the saved data might be empty or sorted into a advanced data structure

Accomplishments that I'm proud of

the program does all operations in O(log(n))

What I learned

how to make a program accessible and easy to call from the command prompt

What's next for Goebelog

the world

Built With

Share this project:

Updates