We're all computer science students and as such deal with a lot of files on our computers. We came up with this idea so we could better keep track of our files.
The program takes in your course names as input and creates directories under those names in your user document folder if they don't exist already. Then, the user selects the files they want moved and our program will automatically place the file into the correct directory based on key words in the file name.
We built the project using java exclusively, importing many Java utilities.
There were certainly challenges along the way. Many of them involved nested conditional statements which became confusing as the program became more complex. Another challenge was finding out what utilities we needed to import and how we could use those to build on our program.
We're proud that we finished this project and learned how to use Java in-depth.
We learned the various tools Java offers including file manipulation and file searching.
Log in or sign up for Devpost to join the conversation.