I’m new to all the coding stuff so the question might be way too general.
I want to code a website where people will be writing posts under specific threads, which will be saved so that other users can read them in the future. Like a forum. Is it possible to do this with p5?
If you are completely new to coding, I suggest you follow tutorials on the coding train. This is for the beginners
and this one is more focused on HTML which can be building blocks for creating a forum
I don’t want to discourage you but making a forum would be a huge project! It’s actually not just p5.js but you need to learn node.js to save data on the server… you need to integrate different libraries to make a “basic” forum. But if it’s a school assignment, there should be a solution. Try to talk to the lecturer to see what they are asking for specifically, and find a realistic goal - good luck with the project