{"id":22218194,"url":"https://github.com/ridwanullahi-code/bookstore-app","last_synced_at":"2026-04-08T22:31:58.865Z","repository":{"id":104952000,"uuid":"564395852","full_name":"Ridwanullahi-code/bookstore-app","owner":"Ridwanullahi-code","description":"A single-page application that allows you to display a list of added books, add a new book,s and remove a book built using React, Redux, and CSS.","archived":false,"fork":false,"pushed_at":"2022-12-02T22:41:55.000Z","size":537,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-03-25T07:17:27.577Z","etag":null,"topics":["api","best","best-practices","bookstore","css","git","github","html","javascript","react","react-testing-library","redux","redux-toolkit"],"latest_commit_sha":null,"homepage":"https://react-bookstore-app1.netlify.app/","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/Ridwanullahi-code.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":"2022-11-10T16:17:24.000Z","updated_at":"2022-12-02T22:34:01.000Z","dependencies_parsed_at":"2023-07-25T00:15:40.353Z","dependency_job_id":null,"html_url":"https://github.com/Ridwanullahi-code/bookstore-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/Ridwanullahi-code/bookstore-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ridwanullahi-code%2Fbookstore-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ridwanullahi-code%2Fbookstore-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ridwanullahi-code%2Fbookstore-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ridwanullahi-code%2Fbookstore-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ridwanullahi-code","download_url":"https://codeload.github.com/Ridwanullahi-code/bookstore-app/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ridwanullahi-code%2Fbookstore-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","best","best-practices","bookstore","css","git","github","html","javascript","react","react-testing-library","redux","redux-toolkit"],"created_at":"2024-12-02T22:19:32.556Z","updated_at":"2026-04-08T22:31:58.848Z","avatar_url":"https://github.com/Ridwanullahi-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **Project Demo**\n[Live Demo](https://react-bookstore-app1.netlify.app/)\n\n## **Description**\n**Bookstore** A single-page application that allows you to display a list of added books, add a new book,s and remove a book built using React, Redux, and CSS.\n\n## **Project Goals:**\n- Use JavaScript Best pratice\n- Understand the using of [HTML \u0026 CSS best practices](https://github.com/microverseinc/curriculum-html-css/blob/main/articles/html_css_best_practices.md)\n- Use GitHub flow\n- Use [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/gitflow.md).\n- Setup project with [React](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/lessons/what_is_react.md)\n- Understand how to use medium-fidelity [wireframes](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/sneak_peek.md) to create a UI\n\n\n## **Prerequisites:**\n- Basic Knowledge of HTML \u0026 CSS\n- Basic Knowledge of [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) \u0026 [ES6](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/lesson_es6-what_is_it_about.md) syntax\n- Basic Knowledge of [React Setup](https://reactjs.org/docs/getting-started.html) setup\n- [Jest](https://jestjs.io/docs/getting-started) and [React Testing Library ](https://testing-library.com/docs/react-testing-library/example-intro)\n\n## **Build With:**\n\n- HTML\n- CSS\n- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n- [React]((https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md))\n\n\n## **SETUP**\n\nTo make use of this project, kindly run any of the following commands.\n\n```\ngit clone https://github.com/Ridwanullahi-code/bookstore-app.git\n```\n\nor\n\n```\ngit clone git@github.com:Ridwanullahi-code/bookstore-app.git\n```\n## **INSTALL**\n```\nnpm install\n```\n```\nnpm install --save-dev @testing-library/dom\n```\n## **Run On Server**\nTo run the project on server, run below command\n\n```\nnpm start\n```\n## **Run Test**\nTo test run the project\n\n```\nnpm run test\n```\n## **Show your support**\n\nGive a ⭐️ if you like this project!\n\n## **Authors**\n\n- Github: [Ridwan](https://github.com/Ridwanullahi-code)\n- LinkedIn: [Ridwan](https://www.linkedin.com/in/ajayi-ridwan/)\n\n## 🚀 **About Me**\n\nI'm full stack software developer, Computer science, and Microverse student.\n\n**Stack:** Python, JavaScript, Bootstrap, Ruby, Rails, React, Redux. Available for hire!\n## 🤝 **Contributing**\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Ridwanullahi-code/bookstore-app/issues/)\n## **Acknowledgements**\n\n- [Microverse](https://www.microverse.org/)\n\n## **License**\n\nThis project is [MIT](https://choosealicense.com/licenses/mit/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwanullahi-code%2Fbookstore-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fridwanullahi-code%2Fbookstore-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwanullahi-code%2Fbookstore-app/lists"}