A simple React app to test whether users can distinguish between real and AI-generated tweets. User responses are sent to a google sheet, which will be used for data analysis.
Run the Front-end webapp:
cd front-endto move into the foldernpm i, to install all required dependenciesnpm startto start the server
