I built this project back in November and it’s been operating since then. I’d love some constructive criticism as this is my first “real” project.
In general it’s ok. It has an issue with the side bar - normally you don’t want user to just scroll out of it. You can fix it by adding:
position: sticky;
top: 0;
Thank you, snigo!
I didn’t know about position: sticky;.
Very helpful, indeed!