{"id":19681442,"url":"https://github.com/mejia-dev/burlap-coffee-with-redux","last_synced_at":"2026-05-09T05:05:12.451Z","repository":{"id":212703148,"uuid":"732113218","full_name":"mejia-dev/burlap-coffee-with-redux","owner":"mejia-dev","description":"ReactJS project using Redux for state storage, demonstrating full CRUD implementation","archived":false,"fork":false,"pushed_at":"2023-12-16T01:00:01.000Z","size":708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T07:15:45.852Z","etag":null,"topics":["crud","react","react-redux","reactjs","redux","state-management"],"latest_commit_sha":null,"homepage":"https://mejia-dev.github.io/burlap-coffee-with-redux/","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/mejia-dev.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":"2023-12-15T17:14:35.000Z","updated_at":"2024-03-08T20:34:57.000Z","dependencies_parsed_at":"2025-01-10T05:47:01.736Z","dependency_job_id":null,"html_url":"https://github.com/mejia-dev/burlap-coffee-with-redux","commit_stats":null,"previous_names":["mejia-dev/burlap-coffee-with-redux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mejia-dev/burlap-coffee-with-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejia-dev%2Fburlap-coffee-with-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejia-dev%2Fburlap-coffee-with-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejia-dev%2Fburlap-coffee-with-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejia-dev%2Fburlap-coffee-with-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mejia-dev","download_url":"https://codeload.github.com/mejia-dev/burlap-coffee-with-redux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejia-dev%2Fburlap-coffee-with-redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["crud","react","react-redux","reactjs","redux","state-management"],"created_at":"2024-11-11T18:07:51.417Z","updated_at":"2026-05-09T05:05:12.437Z","avatar_url":"https://github.com/mejia-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burlap Coffee Co. Inventory Tracker with Redux\n\n#### This project acts as a functional inventory tracker for a coffee company.\n\nCreated by: [github.com/mejia-dev](https://github.com/mejia-dev)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Component Diagram\n![Component diagram of Burlap Coffee Co. site](./burlap-coffee-co.drawio.png)\n\n## Technologies Used\n\n* ReactJS\n* Redux\n* HTML\n* CSS\n* JavaScript\n* webpack\n* npm\n* Jest\n* ESLint\n* Babel\n* Dotenv\n\n## Description\n\nThis project utilizes Redux to allow users to adjust coffee inventory levels. This is not intended to be customer-facing and is instead meant for employees to manage inventory.\n\nFeatures:\n* Allows users to add, view, edit, and delete inventory levels of coffee beans.\n* Displays warnings if stock is getting low.\n\nMore information autogenerated by Create React App can be found below in the \"React Information\" section.\n\n## Setup/Installation Requirements\n\nOption 1: GitHub Pages:\n* Navigate to [https://mejia-dev.github.io/burlap-coffee-with-redux](https://mejia-dev.github.io/burlap-coffee-with-redux) in your browser of choice.\n\n\nOption 2: Manual Project Setup\n* Clone this repository to your desktop by, running the following command from your Git Bash console:\n  ```bash\n   git clone https://github.com/mejia-dev/burlap-coffee-with-redux.git\n   ```\n\n* Navigate to the project directory:\n  ```bash\n  cd burlap-coffee-with-redux\n  ```\n\n* Run the following command to install dependencies:\n  ```bash\n  npm install\n  ```\n\n* Run a live server to view the project:\n  ```bash\n  npm run start\n  ```\n\n## Known Bugs\n\n* none\n\n## License\n\nMIT License\n\nCopyright (c) 2023 github.com/mejia-dev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n#### React Information\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\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\n### Analyzing the Bundle Size\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\n### Making a Progressive Web App\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### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejia-dev%2Fburlap-coffee-with-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmejia-dev%2Fburlap-coffee-with-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejia-dev%2Fburlap-coffee-with-redux/lists"}