What counts
A Java project worth showing is not a large app. It is a finished app that another person can run without asking you questions.
For this track, you will build a command-line recruiter helper. It reads candidate data, applies simple logic, prints useful results, and handles bad input cleanly.
Remember this
Your repo should prove one thing clearly: you can turn a small problem into working Java code that someone else can build and run.
Internship reviewers do not need 20 features. They need evidence of structure, correctness, and care.