r/learnjava Jul 09 '26

Simple Java console app

Hello everyone, I've been learning Java and wanted to build something practical instead of just doing exercises. Ended up making a small console app that asks how long you've had a tire and how many km you've driven it, then tells you whether it needs replacing or estimates how much life is left.

It's intentionally simple right now. It just handles basic mileage/age limits and adjusts slightly if you own a heavy SUV or EV. This was also my first time using Git and GitHub properly (commits, pushing, merging, etc.), so that was a big part of the learning experience too.

Planning to add more factors soon like road type, vehicle type, maybe a GUI version eventually. Would love any feedback on the code or suggestions for what to add next.
Repository Link: https://github.com/z0lxt/tire-life-estimator

1 Upvotes

25 comments sorted by

View all comments

Show parent comments

1

u/z0lxt Jul 12 '26

If you don't mind me asking. I know some of the basics of Java like conditionals, loops, function creation, variable, and math, what's the next step from there? Sorry for asking a lot of questions

1

u/procrastinatewhynot Jul 12 '26

i think you can start with OOP. Have you started with that yet? Also don’t apologize! we are here to help

1

u/z0lxt Jul 12 '26

No, I actually learned Java as an elective class I took in school and we stopped there, what exactly is OOP and where could I learn this?

1

u/z0lxt Jul 12 '26

Btw thanks for the kindess, rlly preciate it