How to Create a Timeline of a Painter’s Works?

0
1
Asked By ArtisticCoder42 On

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

Answered By DevGuru88 On

You could use JSON for your data along with some basic sorting algorithms. It’s a straightforward way to manage the timeline.

TechieTrevor -

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?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.