{"id":15476629,"url":"https://github.com/mahammad-mostafa/redux-cart-tutorial","last_synced_at":"2026-04-09T23:03:46.686Z","repository":{"id":190734938,"uuid":"682769832","full_name":"mahammad-mostafa/redux-cart-tutorial","owner":"mahammad-mostafa","description":"This is the fourth project of the third module in Microverse program. It is an exercise tutorial to practice Redux toolkit with React framework.","archived":false,"fork":false,"pushed_at":"2023-09-12T18:06:38.000Z","size":358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T13:32:07.858Z","etag":null,"topics":["css-modules","es6-javascript","jsx","microverse","microverse-students","react-hooks","reactjs","redux-thunk","redux-toolkit","resposive-layout","single-page-app"],"latest_commit_sha":null,"homepage":"https://cart-items.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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-24T22:20:49.000Z","updated_at":"2023-09-12T18:06:27.000Z","dependencies_parsed_at":"2023-08-26T05:37:38.769Z","dependency_job_id":"9cfbe65c-c583-450e-8ce8-0e8834e80bf4","html_url":"https://github.com/mahammad-mostafa/redux-cart-tutorial","commit_stats":null,"previous_names":["mahammad-mostafa/redux-cart-tutorial-app","mahammad-mostafa/redux-cart-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahammad-mostafa/redux-cart-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fredux-cart-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fredux-cart-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fredux-cart-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fredux-cart-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahammad-mostafa","download_url":"https://codeload.github.com/mahammad-mostafa/redux-cart-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fredux-cart-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262094424,"owners_count":23257962,"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":["css-modules","es6-javascript","jsx","microverse","microverse-students","react-hooks","reactjs","redux-thunk","redux-toolkit","resposive-layout","single-page-app"],"created_at":"2024-10-02T03:40:34.512Z","updated_at":"2025-10-28T13:44:37.316Z","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# 🏷️ Redux Cart Tutorial\n\nThis is the fourth 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 tutorial exercise for `Redux Toolkit` with `ReactJS` framework.\nIt applies `Redux` concepts like (`store` / `actions` / `reducers`).\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 (`CSS` / `JavaScript`) in the `.github` folder.\n\n📌 **Live Demo:**\n- See the project live from [here](https://cart-items.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 `CSS Modules`\n- Dynamic content is built with `ES6 JavaScript`\n- Bundling is done with `WebPack`\n\n📌 **Key Features:**\n- Single page app with all content loaded dynamically\n- Responsive layout with all screen sizes\n- Live data fetching from an external api\n- Simple cart items list with content updating\n- Ability to change cart contents\n- Confirmation dialog for clearing all cart items\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📌 **Setup:**\n- Install all dependencies with `npm`\n```\nnpm install\n```\n- For live development on `localhost:3000` run:\n```\nnpm run start\n```\n- Unit testing is done with:\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%2Fredux-cart-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahammad-mostafa%2Fredux-cart-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fredux-cart-tutorial/lists"}