{"id":21418560,"url":"https://github.com/dhiwise/xataversionmanager","last_synced_at":"2025-07-14T05:31:12.633Z","repository":{"id":104987681,"uuid":"535601015","full_name":"DhiWise/XataVersionManager","owner":"DhiWise","description":"This web app allows DhiWise to manage their internal versions for both technologies, ReactJS and Flutter using Xata services","archived":false,"fork":false,"pushed_at":"2023-01-11T05:55:24.000Z","size":5707,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T01:34:57.634Z","etag":null,"topics":["figma","react","react-hooks","react-router","react-router-dom","reactjs","reactjs-components","xata","xata-io"],"latest_commit_sha":null,"homepage":"","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/DhiWise.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-12T09:45:31.000Z","updated_at":"2023-10-19T09:25:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a60c46c-ae5c-4606-9976-89132b03233c","html_url":"https://github.com/DhiWise/XataVersionManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhiWise/XataVersionManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FXataVersionManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FXataVersionManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FXataVersionManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FXataVersionManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhiWise","download_url":"https://codeload.github.com/DhiWise/XataVersionManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FXataVersionManager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265245950,"owners_count":23734108,"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":["figma","react","react-hooks","react-router","react-router-dom","reactjs","reactjs-components","xata","xata-io"],"created_at":"2024-11-22T19:22:25.972Z","updated_at":"2025-07-14T05:31:12.622Z","avatar_url":"https://github.com/DhiWise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Version Management System\n\nThis web app allows DhiWise to manage their internal versions for both technologies, ReactJS and Flutter.\n\nThe source code of this repository is generated by [DhiWise](https://DhiWise.com), a ProCode programming platform where developers can convert their designs into developer-friendly code for mobile and web apps with dynamic data and much more.\n\nDhiWise automates the application development lifecycle and instantly generates readable, modular and reusable code.\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Setup](#setup)\n- [Xata DB Schema](#xata-db-schema)\n- [Version of Technologies](#version-of-technologies)\n- [Folder Structure](#folder-structure)\n- [Libraries used](#libraries-used-in-this-repository)\n- [License](#license)\n- [Community](#Community)\n\n## Features\n\n1. Add the name of the software and version number.\n2. Edit them in real-time with Xatabase.\n3. Delete or list all the versions' names.\n\n## Screenshots\n\n![Entry Page](/images/Home%20page.png)  \n![Table](/images/Flutter%20table%20data.png)\n![Edit Page](/images/Edit%20popup.png)\n![Delete Page](/images/Delete%20data%20popup.png)\n\n## Setup\n\n1. Get a Xata account from [here](https://xata.io)\n2. Create an application and put the token inside the `src/constants/creds.js` as a `XATA_TOKEN` constant.\n3. The `COMMON_URL` might differ from the existing one when you create your DB in XATA. Replace it with yours inside `src/service` file.\n\n### Clone the repo\n\n```sh\n$ git clone https://github.com/DhiWise/XataVersionManager\n$ cd XataVersionManager/\n$ npm i\n$ npm start --reset-cache\n```\n\n### Running the storybook\n\nWe have detected common components and have generated possible variants of it. To check the documentation of generated common components by integrating storybook, Please follow below steps.\n\n### Install and Initializes\n\n     npx storybook init\n\n### Run the Storybook\n\n      npm run storybook\n\n### The .env file\n\nThis file contains various environment variables that you can configure.\n\n**PORT** - Port to run your frontend on \\\n**REACT_APP_GOOGLE_CLIENT_ID** - (Optional) Your Google Client ID. Get it from [here](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid)\n\n## Xata DB Schema\n\n- To test this, you must create a DB schema as below:\n  1. Create a workspace named \"Versions\"\n  2. Create a Xatabase (database) named as \"live\"\n  3. Into the main branch, create 2 tables. one as \"react\" and another as \"flutter\"\n  4. Both tables will have following schema:\n     - id\n     - generator_name [string]\n     - version [string]\n\n## Version of Technologies\n\n- [git](https://git-scm.com/) - v2.13 or greater\n- [NodeJS](https://nodejs.org/en/) - `12 || 14 `\n- [npm](https://www.npmjs.com/) - v6 or greater\n\n## Folder Structure\n\nAfter creation, your project should look like this:\n\n```\n.\n├── package.json\n├── package-lock.json\n├── postcss.config.js\n├── public\n│   ├── favicon.ico\n│   ├── index.html\n│   ├── logo192.png\n│   ├── logo512.png\n│   ├── manifest.json\n│   └── robots.txt\n├── README.md\n├── src\n│   ├── App.js\n│   ├── assets\n│   │   ├── fonts ---------- Project fonts\n│   │   └── images --------- All Project Images\n│   ├── components --------- UI and Detected Common Components\n│   ├── constants ---------- Project constants, eg: string consts\n│   ├── hooks -------------- Helpful Hooks\n│   ├── index.js\n│   ├── pages -------------- All route pages\n│   ├── Routes.js ---------- Routing\n│   ├── styles\n│   │   ├── index.css ------ Other Global Styles\n│   │   └── tailwind.css --- Default Tailwind modules\n│   └── util\n│       └── index.js ------- Helpful utils\n└── tailwind.config.js ----- Entire theme config, colors, fonts etc.\n```\n\n## Libraries used in this repository\n\n1. @tailwindcss/forms: `0.4.0`\n2. react: `17.0.2`\n3. react-datepicker: `^4.5.0`\n4. react-dom: `17.0.2`\n5. react-router-dom: `6.0.2`\n6. react-router-hash-link: `^2.4.3`\n7. react-scripts: `5.0.0`\n8. web-vitals: `^2.1.0`\n9. axios: `^0.27.2`\n10. lodash: `^4.17.21`\n11. yup: `^0.32.11`\n12. react-toastify: `^9.0.1`\n13. prop-types: `^15.8.1`\n14. react-modal: `^3.14.4`\n15. autoprefixer - `10.4.2`\n16. postcss - `8.4.6`\n17. tailwindcss - `3.0.18`\n\n## License\n\nMIT License\n\nCopyright (c) 2022 DhiWise\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"),to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## Community\n\n\u003ca href=\"https://twitter.com/dhiwise\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/35039342/55471524-8e24cb00-5627-11e9-9389-58f3d4419153.png\" width=\"60\" alt=\"DhiWise Twitter\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://www.youtube.com/c/DhiWise\"\u003e\u003cimg src=\"https://cdn.vox-cdn.com/thumbor/0kpe316UpZWk53iw3bOLoJfF6hI=/0x0:1680x1050/1400x1400/filters:focal(706x391:974x659):format(gif)/cdn.vox-cdn.com/uploads/chorus_image/image/56414325/YTLogo_old_new_animation.0.gif\" width=\"60\" alt=\"DhiWise YouTube\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://discord.com/invite/rFMnCG5MZ7\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/47489894/183043664-b01aac56-0372-458a-bde9-3f2a6bded21b.png\" width=\"60\" alt=\"DhiWise Discord\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://docs.dhiwise.com/\"\u003e\u003cimg src=\"https://global-uploads.webflow.com/618e36726d3c0f19c9284e56/62383865d5477f2e4f6b6e2e_main-monogram-p-500.png\" width=\"60\" alt=\"DhiWise Documentation\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fxataversionmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhiwise%2Fxataversionmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fxataversionmanager/lists"}