Showcase for p5 sketches
This website was made to show the sketches with a preview image, this is much more impressive than the stock p5js sketch list.
To add new sketches, you only need to edit the sketchData.json file in the root folder. This static file could be replaced with a request to any database. The code for this website is available on my Github
I made this website as a successor to my old website that was made using plain HTML and CSS. I have used NextJs for this website, primary reason for doing so was to automate the page generation (Which I had to do by hand on the older version).
This is also my first ever project using NextJs, please forgive me for any bad practices.