A simple JavaScript application that allows users to rank images by moving them between two sections: "Photo Bucket" and "Photo List." The user clicks on images to move them from one section to another, allowing them to rank or organize their photos visually.
- Interactive Ranking: Users can click on images to move them between two sections.
- Dynamic Image List: The application dynamically updates the list as users interact with it.
- Easy Photo Organization: Drag and drop functionality to visually rank and organize photos in the "Photo List."
- HTML: Provides structure for displaying images and sections for interaction.
- CSS: Used to style the images and layout.
- JavaScript: Handles the functionality of moving images between the two sections dynamically.
- Open the photoRank_txt.html file in a web browser.
- Interact with the photo ranking functionality.
This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.
