Help on a very simple react project

I am very new to react, and I want to build a simple horizontal timeline(preferably with adjustable ticks - years, months, days).
I will have people data like name, age, role, etc.. and also quit_date and an avatar. I would want to put the avatars on the timeline according to their quit date. The timeline should be able to scroll endlessly left and right, and when an avatar is clicked the data about this person will be shown on a side drawer or something.
I am not sure if I should use existing timeline components or build my own, but I would like to finish this project as fast as possible.
I am not sure where to start in general, any help would be highly appreciated 🙂
Was this page helpful?