{"id":22239562,"url":"https://github.com/bohdan-mykhailenko/ui_inventory-app","last_synced_at":"2026-04-05T20:33:30.854Z","repository":{"id":190946544,"uuid":"683371330","full_name":"bohdan-mykhailenko/ui_inventory-app","owner":"bohdan-mykhailenko","description":"A web app for inventory operations and storage.","archived":false,"fork":false,"pushed_at":"2023-09-21T17:21:04.000Z","size":10251,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T09:22:36.394Z","etag":null,"topics":["docker","material-ui","react","react-query","redux","socket-io-client"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bohdan-mykhailenko.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-08-26T10:59:59.000Z","updated_at":"2024-08-03T09:40:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d24284e9-8578-424b-bb85-70b65eeefba7","html_url":"https://github.com/bohdan-mykhailenko/ui_inventory-app","commit_stats":null,"previous_names":["bohdan-mykhailenko/dzencode_spa","bohdan-mykhailenko/ui_inventory-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdan-mykhailenko%2Fui_inventory-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdan-mykhailenko%2Fui_inventory-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdan-mykhailenko%2Fui_inventory-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdan-mykhailenko%2Fui_inventory-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohdan-mykhailenko","download_url":"https://codeload.github.com/bohdan-mykhailenko/ui_inventory-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245440578,"owners_count":20615633,"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":["docker","material-ui","react","react-query","redux","socket-io-client"],"created_at":"2024-12-03T03:20:00.513Z","updated_at":"2025-12-30T23:25:47.842Z","avatar_url":"https://github.com/bohdan-mykhailenko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Inventory Application\n\n## Overview\n* [**Demo Link**](https://bohdan-mykhailenko.github.io/inventory/)\n* [**Backend Repo**](https://github.com/bohdan-mykhailenko/inventory-backend)\n\n## Description\n\nThis project is an online inventory where you can store and manage orders and products. Easy to use with all possible functions for comfortable browsing and interacting!\n\n## Features\n\n- **Upload and interact with data:** Get, create, and delete orders or products.\n- **Count active sessions:** Using the web socket the app counts sessions.\n- **Search and filter**: Ability to find a specific product or order.\n- **Adaptability**: Full adaptability for different screen resolutions.\n- **Validation:** Correct validation for forms to create new items.\n  \n## Technologies\n\n**General**\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [React](https://reactjs.org/)\n- [Redux Toolkit](https://redux-toolkit.js.org/)\n- [React Router](https://reactrouter.com/)\n  \n**Fetching**\n  \n- [React Query](https://tanstack.com/query/v3/docs/react/overview)\n- [Axios](https://axios-http.com/docs/intro)\n  \n**Validation**\n  \n- [Formik](https://formik.org/)\n- [Yup](https://www.npmjs.com/package/yup)\n  \n**Animations**\n  \n- [AOS](https://michalsnik.github.io/aos/)\n- [React Spring](https://www.react-spring.dev/)\n  \n**Styles**\n  \n- [MUI](https://mui.com/)\n- [React Bootstrap](https://react-bootstrap.netlify.app/)\n- [SCSS](https://sass-lang.com/)\n\n**Container**\n\n- [Docker](https://www.docker.com/)\n\n## Preview\n**Orders Page**\n\n![image](https://github.com/bohdan-mykhailenko/inventory/assets/76702178/8631db3c-a18c-487c-b1e0-6f7380e7ff99)\n\n**Detailed Order**\n\n![image](https://github.com/bohdan-mykhailenko/inventory/assets/76702178/47c7884f-4143-48f0-8972-3f62ea7bbab4)\n\n**Products Page**\n\n![image](https://github.com/bohdan-mykhailenko/inventory/assets/76702178/da5bf97e-d5e4-4764-9102-ba40d6534993)\n\n**Add Product Modal**\n\n![image](https://github.com/bohdan-mykhailenko/inventory/assets/76702178/7293cc06-05a0-4616-9e7b-08a3e767945a)\n\n\n## How to start\n\n**Follow these steps to start app in your local machine:**\n\n1.  Clone the repo:\n    `https://github.com/\u003cusername\u003e/inventory.git`\n    \n2.  Navigate to the project dir:\n     `cd inventory`\n\n3.  Install dependencies:\n    `npm install`\n    \n 4.  Start the server:\n    `npm start`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdan-mykhailenko%2Fui_inventory-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohdan-mykhailenko%2Fui_inventory-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdan-mykhailenko%2Fui_inventory-app/lists"}