Description
Hello @MrAshwin2142,
With an eye on ensuring good Modular Organization, Enhanced User Experience: and Adaptability to Growth, May I suggest site be rewritten in React.js. Or specifically Next.js?
1) So that clicking on any of the buttons. Eg: "Trae's ecommerce-website", project info now opens up on new route:
https://the-wall-of-projects.netlify.app/traez
2) Contributors with multiple projects like Patrick Ancajas, clicking on "Patrick Ancajas button" will take you to
https://the-wall-of-projects.netlify.app/patrickancajas .
With each project now available on a route like:
https://the-wall-of-projects.netlify.app/patrickancajas/1
https://the-wall-of-projects.netlify.app/patrickancajas/2
3) When that is done make the "The Wall of Projects" Top line clickable like a button. Clicking on it should always take you back to the homepage https://the-wall-of-projects.netlify.app/
I see you're currently learning React.js. All this is possible with "React Router".
An even more advanced style of accomplishing this is to build it with Next.js.