Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTodd Baker
17,207 PointsJava Test Projects
What are some good test projects that I could build with Java? I want to stretch my skill set and build a portfolio in GitHub that I can showcase to a potential employer.
Currently have a project in GitHub that takes data from a csv file and creates an array list of objects where each object is one of the rows in the csv file. Program has three classes. One with methods to conduct analysis on the given arraylist, one with attributes and methods pertaining to each record in the csv, and another with method to export an arraylist to tab delimited format. Feel free to check it out at my GitHub account linked to my Treehouse profile.
Do you have any ideas of projects that I could customize and build? Thanks for the assistance.
1 Answer
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 PointsHello Todd Baker
That CVS app sounds interesting and will surely check it out on Github.
I did JavaFX Timer App complete with UI and was so interesting. I'd strongly urge you to have a look at that course by clicking this link. It is fun and you can showcase this.
Todd Baker
17,207 PointsTodd Baker
17,207 PointsThanks for the tip! I'll work on that as soon as I can.