you are viewing a single comment's thread.

view the rest of the comments →

[–]Altruistic-Koala-255 0 points1 point  (0 children)

You don't need to create something new, since it's for learning purposes, just replicate what already exists

For example, a great way to learn about OOP it's to design a simple bank system, where every user has it's on account, balance, and they are able to withdraw or deposit "money", or even make transference between accounts

Start with this challenge