This project is a simulation of shelving books according to call numbers following the Library of Congress norms. It utilizes HTML, CSS, and JavaScript to create a sortable container of images representing books. The HTML Drag and Drop API is used for enabling drag and drop functionality, and jQuery is used for additional required purposes.
- Yash Patel
- Master of Computer Science, Class of 2024
- Simulates the shelving of books according to call numbers.
- Drag and drop functionality to sort books within containers.
- Displays images of books representing the shelving simulation.
- Utilizes the Library of Congress norms for call numbers.
- HTML 5
- CSS
- JavaScript (including HTML Drag and Drop API)
- jQuery
To use the project, simply open the HTML file in a web browser. You can drag and drop the book images within containers to simulate the shelving process. Clicking the "Check Answer" button will validate if the books are shelved in ascending order according to their call numbers.
- Yash Patel (Creator)
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.