{"id":19229797,"url":"https://github.com/anirudhramanan/myreads-reactjs-book-tracking-app","last_synced_at":"2026-04-29T23:31:37.784Z","repository":{"id":102583938,"uuid":"96014147","full_name":"anirudhramanan/MyReads-ReactJs-Book-Tracking-App","owner":"anirudhramanan","description":"Udacity React Nanodegree Starter Project","archived":false,"fork":false,"pushed_at":"2017-07-08T19:53:09.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T22:47:24.513Z","etag":null,"topics":["backend-server","bootstrap","facebook","javascript","npm","react"],"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/anirudhramanan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-07-02T09:39:19.000Z","updated_at":"2022-05-14T00:14:08.000Z","dependencies_parsed_at":"2023-03-17T17:00:17.592Z","dependency_job_id":null,"html_url":"https://github.com/anirudhramanan/MyReads-ReactJs-Book-Tracking-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anirudhramanan/MyReads-ReactJs-Book-Tracking-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirudhramanan%2FMyReads-ReactJs-Book-Tracking-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirudhramanan%2FMyReads-ReactJs-Book-Tracking-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirudhramanan%2FMyReads-ReactJs-Book-Tracking-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirudhramanan%2FMyReads-ReactJs-Book-Tracking-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anirudhramanan","download_url":"https://codeload.github.com/anirudhramanan/MyReads-ReactJs-Book-Tracking-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirudhramanan%2FMyReads-ReactJs-Book-Tracking-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["backend-server","bootstrap","facebook","javascript","npm","react"],"created_at":"2024-11-09T15:35:44.324Z","updated_at":"2026-04-29T23:31:37.769Z","avatar_url":"https://github.com/anirudhramanan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## myReads: Your Personal Library\nThis is a simple react app that allow users to search for books and categorize them.\n\n## Getting Started :\n\n1. git clone 'https://github.com/anirudhramanan/MyReads-ReactJs-Book-Tracking-App'\n2. Navigate to the repository, and run 'npm install'\n3. 'npm start' to start the app\n4. Open 'http://localhost:3000/' on web browser.\n\n## BooksAPI Overview :\n\n### `getAll()`\n* Returns a Promise which resolves to a JSON object containing a collection of book objects.\n* This collection represents the books currently in the bookshelves in your app.\n\n### `update(book, shelf)`\n* book: `\u003cObject\u003e` containing at minimum an `id` attribute\n* shelf: `\u003cString\u003e` contains one of [\"wantToRead\", \"currentlyReading\", \"read\"]  \n* Returns a Promise which resolves to a JSON object containing the response data of the POST request\n\n### `search(query, maxResults)`\n* query: `\u003cString\u003e`\n* maxResults: `\u003cInteger\u003e` Due to the nature of the backend server, search results are capped at 20, even if this is set higher.\n* Returns a Promise which resolves to a JSON object containing a collection of book objects.\n* These books do not know which shelf they are on. They are raw results only. You'll need to make sure that books have the correct state while on the search page.\n\n## Important\nThe backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in [SEARCH_TERMS.md](SEARCH_TERMS.md). That list of terms are the _only_ terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results. \n\n## create-react-app\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanirudhramanan%2Fmyreads-reactjs-book-tracking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanirudhramanan%2Fmyreads-reactjs-book-tracking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanirudhramanan%2Fmyreads-reactjs-book-tracking-app/lists"}