Build Single Page React Website for Frontend for Two Python Scripts
Project detail
I have two python scripts that allow a user to input text and photos and then rank entries using preferences between pairs. I want to build a website that encompasses the same functionality and either uses the scripts or has the same functionality as the scripts. I would like the website built in React JS. It will only have one page and will encompass the following features:
-Ability to input text line by line or from text file
-Ability to input photos one at a time or from a folder
-Ability to have the photos displayed
-Ability to rank either photos and text using popup and display results
Basic mockup of the website and the two files that I am attempting to have be usable are all attached