I’m looking to create a minimalist website where users can leave **anonymous reviews** of *something*.
In terms of functionalities, what I’m looking for is:
* Ability to add a review anonymously (would need some sort of security because SPAM. I’m thinking recaptcha)
* The review can just be a form with a score of 1-5, who they are leaving the review for (aka *something*), and the review itself.
* When a review is created, if *something* doesn’t exist, *something* should be created.
* When a review is created for *something1*, for example, and *something1* exists, then it should be associated with *something1*
* Ability to search by *something1, something2, something3, etc*
* The website should list the last 5/10 reviews
* There should be a page for each something: [mysite.com/something1](https://mysite.com/something1), [mysite.com/something2](https://mysite.com/something1) etc
* Each page should have *something’s* name
* Each page should have *something’s* reviews
* Each page should have *something’s* average score
* Each page should have a button to encourage users to review *something*
How can create this using WordPress? Any ideas?
[ad_2]