{"id":15476654,"url":"https://github.com/mahammad-mostafa/book-store","last_synced_at":"2026-04-12T00:41:45.614Z","repository":{"id":189448192,"uuid":"680673012","full_name":"mahammad-mostafa/book-store","owner":"mahammad-mostafa","description":"This is the third project of the third module in the Microverse program. It implement Redux toolkit with ReactJS app.","archived":false,"fork":false,"pushed_at":"2023-09-17T03:10:20.000Z","size":1138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-02T13:51:23.251Z","etag":null,"topics":["axios","css-modules","es6-javascript","jsx","microverse","microverse-projects","microverse-students","react","react-hooks","react-redux","react-router","redux","redux-thunk","redux-toolkit","responsive-layout","single-page-app"],"latest_commit_sha":null,"homepage":"https://book-store-vg8x.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahammad-mostafa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-20T02:46:12.000Z","updated_at":"2023-09-12T18:04:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c8692a0-1201-4375-8596-b0f5faac9934","html_url":"https://github.com/mahammad-mostafa/book-store","commit_stats":null,"previous_names":["mahammad-mostafa/book-store-app","mahammad-mostafa/book-store"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fbook-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fbook-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fbook-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fbook-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahammad-mostafa","download_url":"https://codeload.github.com/mahammad-mostafa/book-store/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246036558,"owners_count":20713261,"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":["axios","css-modules","es6-javascript","jsx","microverse","microverse-projects","microverse-students","react","react-hooks","react-redux","react-router","redux","redux-thunk","redux-toolkit","responsive-layout","single-page-app"],"created_at":"2024-10-02T03:40:38.168Z","updated_at":"2026-04-12T00:41:45.573Z","avatar_url":"https://github.com/mahammad-mostafa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"title\"\u003e\u003c/a\u003e\n\n\u003c!-- TITLE --\u003e\n\n# 🏷️ Book Store\n\nThis is the third project of the third module in the **Microverse** program.\n\u003cbr/\u003e\nCheck the below contents for further details about this project.\n\n\u003c!-- CONTENTS --\u003e\n\n# 📗 Contents\n\n- [Description](#description)\n- [Instructions](#instructions)\n- [Authors](#authors)\n- [Future](#future)\n- [Contributions](#contributions)\n- [Support](#support)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003ca name=\"description\"\u003e\u003c/a\u003e\n\n# 📖 Description\n\nThis project is a simple book store app built with `ReactJS` framework.\nIt applies `Components` and `Hooks` along with `GitFlow` workflow.\nState management is implemeneted using `Redux` \u0026 `Redux Toolkit`.\nExternal data fetching is done with `Thunk` api \u0026 `Axois`.\nNavigation inside the app is implemented using `React Router`.\nStyling inside the project is done with `CSS Modules`.\nAll project dynamic files are contained in `src` directory while static assets are in `public` directory.\nThe live build is generated inside the `build` directory.\nAlso config linters for (`CSS3` / `JavaScript`) in the `.github` folder.\n\n📌 **Live Demo:**\n- See the project live from [here](https://book-store-vg8x.onrender.com).\n\n📌 **Tech Stack:**\n- Framework used is `ReactJS`\n- State management by `Redux Toolkit`\n- Page structure is built with `JSX`\n- Styling is built with `CSS3`\n- Dynamic content is built with `ES6` JavaScript\n- Bundling is done with `WebPack`\n- Data fetching is handled by `Axios`\n\n📌 **Key Features:**\n- Single page app with all content loaded dynamically\n- Responsive layout with all screen sizes\n- Books list is persistent \u0026 fetched from remote server\n- Adding \u0026 removing books updates the api\n- Filtering books according to categories\n \n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- INSTRUCTIONS --\u003e\n\n\u003ca name=\"instructions\"\u003e\u003c/a\u003e\n\n# 🛠️ Instructions\n\nYou can easily download or fork this repository and work on it immadiately!\n\n📌 **Prerequisites:**\n- `NodeJS` for installing \u0026 running all packages\n\n📌 **Installation:**\n- Install all dependencies with `npm`\n```\nnpm install\n```\n\n📌 **Development:**\n- For live development on `localhost:3000` run:\n```\nnpm run start\n```\n\n📌 **Testing:**\n- To run unit tests use:\n```\nnpm run test\n```\n\n📌 **Deployment:**\n- You can deploy this project by uploading files in the `build` folder to a live server.\n- Create the distribution build using this command:\n```\nnpm run build\n```\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n\u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n# 👥 Authors\n\n📌 **Mahammad:**\n- [GitHub](https://github.com/mahammad-mostafa)\n- [Twitter](https://twitter.com/mahammad_mostfa)\n- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- FUTURE --\u003e\n\n\u003ca name=\"future\"\u003e\u003c/a\u003e\n\n# 🔭 Future\n\nSome additional features I may implement in the project:\n- [ ] Using `CSS` preprocessors and their relevant loaders\n- [ ] Implement advanced `Hooks` features like `useMemo`\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- CONTRIBUTIONS --\u003e\n\n\u003ca name=\"contributions\"\u003e\u003c/a\u003e\n\n# 🤝🏻 Contributions\n\nWish to contribute to this project?\n\u003cbr/\u003e\nContributions, issues, and feature requests are more than welcome!\n\u003cbr/\u003e\nFeel free to check the [issues](../../issues) page too.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n\n# ⭐️ Support\n\nLike this project? Show your support by starring!\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n\u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n# 🙏🏻 Acknowledgements\n\nI thank everyone at **Microverse** for guiding me through this project.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n\n# 📝 License\n\nThis project is [MIT](LICENSE.md) licensed.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fbook-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahammad-mostafa%2Fbook-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fbook-store/lists"}