{"id":18537194,"url":"https://github.com/shuddha2021/javascript-bookstore-manager","last_synced_at":"2025-11-01T03:30:22.973Z","repository":{"id":175365327,"uuid":"653783091","full_name":"shuddha2021/JavaScript-Bookstore-Manager","owner":"shuddha2021","description":"Virtual Bookshelf: Streamline Your Online Bookstore Management","archived":false,"fork":false,"pushed_at":"2023-06-14T18:20:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T07:42:15.040Z","etag":null,"topics":["bookstore","datahandling","educational","inventory-management","javascript","opensource","systemdesign","userinterface","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuddha2021.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-14T18:17:41.000Z","updated_at":"2024-04-18T19:37:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8466d428-49aa-4e73-8bee-a93c989e052c","html_url":"https://github.com/shuddha2021/JavaScript-Bookstore-Manager","commit_stats":null,"previous_names":["shuddha2021/online-bookstore-management-system-implemented-in-javascript","shuddha2021/javascript-bookstore-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJavaScript-Bookstore-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJavaScript-Bookstore-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJavaScript-Bookstore-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJavaScript-Bookstore-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuddha2021","download_url":"https://codeload.github.com/shuddha2021/JavaScript-Bookstore-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239255294,"owners_count":19608253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookstore","datahandling","educational","inventory-management","javascript","opensource","systemdesign","userinterface","webapp"],"created_at":"2024-11-06T19:37:22.861Z","updated_at":"2025-11-01T03:30:22.909Z","avatar_url":"https://github.com/shuddha2021.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Bookstore Management System\n\nThe Online Bookstore Management System is a JavaScript project that allows users to manage books in a virtual bookstore. It provides functionalities for adding, removing, searching, and displaying books. This project serves as a simple demonstration of book inventory management.\n\n## Features\n\n- **Add Books**: Easily add new books to the bookstore inventory.\n- **Remove Books**: Remove books from the bookstore inventory when they are no longer available.\n- **Display Books**: View the list of books available in the bookstore.\n- **Search Books**: Search for books by title, providing a convenient way to find specific books.\n\n## Usage\n\nTo use the Online Bookstore Management System, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Open the project in your preferred code editor.\n3. Open the `index.html` file in a web browser.\n4. Use the provided input fields and buttons to interact with the bookstore system.\n\n## Sample Code\n\nHere's an example of how to add a book to the bookstore inventory:\n\n```javascript\nconst bookstore = new Bookstore();\nconst newBook = new Book(\"JavaScript Programming\", \"John Smith\", 29.99);\nbookstore.addBook(newBook);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fjavascript-bookstore-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuddha2021%2Fjavascript-bookstore-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fjavascript-bookstore-manager/lists"}