josharnow / josharnow.github.io

This is the source code for my personal website, which is built using React/TypeScript.
https://josharnow.com/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Create education & work timelines #20

Open josharnow opened 1 month ago

josharnow commented 1 month ago

Problem Displaying education & work history in a clean way

Solution Create a timeline

Necessary Tools

Implementation

josharnow commented 1 month ago

I'm leaning towards the timeline component so that the page can still be scrolled and I can use animation effects.

If I go with that option, I should also add a ScrollTop component so that users can easily navigate back to the top of the page after reaching the bottom.