image-rater / prompts.txt
dlindh's picture
Add 3 files
43425bf verified
create website where people can drag and drop images on a line from "worst" to "best". There should also be a username field and a submit button. When the button is pressed the information should be posted to an api with all the image ids, their rating (from 1-10), and the username. The you should be able to drag and drop and rearrange the images as you like. use these images const image1 = "https://www.vectorstock.com/royalty-free-vector/square-shapes-in-different-colors-vector-29224168"; const image2 = "https://www.freepik.com/premium-vector/colorful-square-with-squares-different-colors_40716687.htm"; const image3 = "https://www.freepik.com/premium-ai-image/colorful-square-with-many-squares-different-colors_61409150.htm"; const image4 = "https://www.pinterest.com/pin/242631498655376169/"; const image5 = "https://www.vectorstock.com/royalty-free-vector/colourful-squares-vector-2709299"; const image6 = "https://pixabay.com/en/color-square-arrangement-tile-198892/"; const image7 = "https://www.dreamstime.com/stock-illustration-set-geometric-shapes-made-up-squares-different-colors-image52041527"; const image8 = "https://www.dreamstime.com/royalty-free-stock-photography-color-squares-two-different-sizes-shadow-beige-background-image37420697"; const image9 = "https://www.teachercreated.com/products/spot-on-carpet-markers-colorful-squares-4-77049"; const image10 = "https://www.vectorstock.com/royalty-free-vector/background-different-colors-separated-squares-vector-32141203";
Almost right! Now when I drag the same image again it copies instead of just moving. So I get doubles of the same image. I just want to be able to rearrange the same image