{"id":19174490,"url":"https://github.com/benmukebo/bookstore","last_synced_at":"2026-06-17T03:31:49.540Z","repository":{"id":46209796,"uuid":"423774973","full_name":"BenMukebo/bookstore","owner":"BenMukebo","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-06T17:44:26.000Z","size":1057,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-23T00:43:51.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BenMukebo.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}},"created_at":"2021-11-02T09:10:28.000Z","updated_at":"2022-06-10T09:48:19.000Z","dependencies_parsed_at":"2022-09-10T13:20:12.877Z","dependency_job_id":null,"html_url":"https://github.com/BenMukebo/bookstore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BenMukebo/bookstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fbookstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fbookstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fbookstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fbookstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenMukebo","download_url":"https://codeload.github.com/BenMukebo/bookstore/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fbookstore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34433085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T10:18:05.162Z","updated_at":"2026-06-17T03:31:49.519Z","avatar_url":"https://github.com/BenMukebo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Bookstore\n\n## Description\n\n- Book Store is a website that allows you to    \n  - Display a list of books,\n  - Add a book,\n  - Remove a selected book.\n  \n||             Bookstore         ||\n|-|-----------------------------------|-|\n||![screenshot](./src/img/screenshot.png)||\n\n## Learning objectives\n\n- Understand the concept of state management.\n- Use store, actions and reducers in React.\n- Connect React and Redux.\n- Understand the concept of state management.\n- Use store, actions and reducers in React.\n- Connect React and Redux.\n- Understand the concept of state management.\n- Use store, actions and reducers in React.\n- Connect React and Redux.\n- Connect an existing API via Redux and use the data to - display something in a UI.\n \n### Built With\n\n- React\n- Redux\n\n## Live Link\n\n### []()\n\n\n## Getting Started\n\n### Clone this repository\n\n- To get the content of this project locally you need to run this command in your terminal:\n\n```bash\n$ https://github.com/BenMukebo/bookstore.git\n$ cd bookstore\n```\n### Run project\n\n- After cloning the project you need to run this command\n\n```bash\n$ npm run start \n```\n\n- Initialise React app.\n\n```bash\n$ npx create-react-app bookstore  \n```\n\n\n- Add React Redux.\n\n```bash\n$ npm install react-redux\n```\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\n- Install react-icons\n  \n```bash\n$ npm install react-icons --save # run this command in your project directory:\n```\n\n- Setup React Router\n\n\n```bash\n$ npm install react-router-dom \n```\n\n\u003e To use the Router component provided to wrap your components and associate them with a path.\n\n- To configuring the Redux Store and importing the necessary methods from Redux\n\n```bash\n$ npm i --save redux-logger\n```\n- Generating random ids\n\n```bash\n$ npm i uuid\n```\n\n- Redux Toolkit\n  \n\u003e If you're using the basic Redux createStore API and need to set this up manually, first add the redux-thunk package:\n\n```bash\n$ npm install redux-thunk\n```\n\n\n\n### Code Splitting\n- For tracking the linter errors in CSS file run:\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n  \u003e `npx stylelint \"\\*_/_.{css,scss}\"`\n### Analyzing the Bundle Size\n- And For tracking the linter errors in JavaScript file run:\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n  \u003e `npx eslint .`\n### Making a Progressive Web App\n- Use `npm run build` to run the app in live server\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Deployment\n\n- `npm run build` fails to minify\n### Show your support\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\n## Author\n\n👤 **Ben Mukebo**\n\n- GitHub: [@BenMukebo](https://github.com/BenMukebo)\n- Twitter [@BenMukebo](https://twitter.com/BenMukebo)\n- LinkedIn [BenMukebo](https://www.linkedin.com/in/kasongo-mukebo-ben-591720205/)\n\n## :handshake: Contributing\n\nFeel free to check the [issues page](https://github.com/BenMukebo/bookstore/issues)\n\nGive a :star: if you like this project! ❤️❤️❤️\n\n## Acknowledgments\n\n- Thanks to everyone who will get time to check this code especially to code reviewers.\n\n## 📝 License\n\nThis project is [MIT](https://github.com/microverseinc/readme-template/blob/master/MIT.md) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fbookstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmukebo%2Fbookstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fbookstore/lists"}