I'm looking to develop a program that generates a timeline or list displaying a painter's works alongside their release dates. What's the easiest approach to achieve this? Additionally, what programming skills do I need to consider for this project?
1 Answer
You could use JSON for your data along with some basic sorting algorithms. It’s a straightforward way to manage the timeline.

You might also consider using SQL or even a spreadsheet for this. What's your ultimate goal? Are you wanting to include images of the works or just the titles and dates?