{"id":19716142,"url":"https://github.com/walternascimentobarroso/front-inventory-control","last_synced_at":"2025-02-27T16:46:29.970Z","repository":{"id":228500671,"uuid":"626117450","full_name":"walternascimentobarroso/front-inventory-control","owner":"walternascimentobarroso","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-13T13:22:57.000Z","size":527,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T15:22:25.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/walternascimentobarroso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-10T20:45:42.000Z","updated_at":"2023-04-10T20:46:02.000Z","dependencies_parsed_at":"2024-03-19T04:41:11.705Z","dependency_job_id":"4a97ebdf-1d8e-4a91-a0fd-56a0040cd9c0","html_url":"https://github.com/walternascimentobarroso/front-inventory-control","commit_stats":null,"previous_names":["walternascimentobarroso/front-inventory-control"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walternascimentobarroso%2Ffront-inventory-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walternascimentobarroso%2Ffront-inventory-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walternascimentobarroso%2Ffront-inventory-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walternascimentobarroso%2Ffront-inventory-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walternascimentobarroso","download_url":"https://codeload.github.com/walternascimentobarroso/front-inventory-control/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241036483,"owners_count":19898163,"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":[],"created_at":"2024-11-11T22:41:02.862Z","updated_at":"2025-02-27T16:46:29.942Z","avatar_url":"https://github.com/walternascimentobarroso.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Templat React-Typescript-Tailwindcss\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :scroll: Overview \u003c/h2\u003e\u003c/summary\u003e\n\nAdmin template for new projects with React, Typescript and Tailwindcss\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :desktop_computer: Start Project \u003c/h2\u003e\u003c/summary\u003e\n\nFirst clone the project:\n\n```\ngit clone https://github.com/walternascimentobarroso/react-tailwind.git\n```\n\nAfter that just install all dependencies\n\n```\nyarn\n```\n\nand run the project\n\n```\nyarn dev\n```\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :octocat: GitFlow \u003c/h2\u003e\u003c/summary\u003e\n\n```\ngit flow init\n```\n\nAfter init with git flow, use feature for new features:\n\n```\ngit flow feature start new-feature\n```\n\nNow, start committing on your feature. When done, use:\n\n```\ngit flow feature finish new-feature\n```\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :hammer_and_pick: Tools \u003c/h2\u003e\u003c/summary\u003e\n\n- [VSCode](https://code.visualstudio.com/)\n- [EditorConfig](https://editorconfig.org/)\n- [GitHub Action](https://github.com/features/actions/)\n- [GitFlow](https://github.com/nvie/gitflow/)\n- [React](https://react.dev/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Tailwindcss](https://tailwindcss.com/)\n- [React Icons](https://react-icons.github.io/react-icons/)\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :rocket: Deploy GH-Pages \u003c/h2\u003e\u003c/summary\u003e\n\n```\nyarn build\ngit add dist -f\ngit commit -sam \"🔧 CONFIG: Deploy\"\ngit subtree push --prefix dist origin gh-pages\ngit reset --hard HEAD~\n```\n\n\u003c/details\u003e\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :roller_coaster: List of Pages and components \u003c/h2\u003e\u003c/summary\u003e\n\n| **Description**  | **Type**  |\n| ---------------- | --------- |\n| AsideMenu        | Component |\n| Breadcrumb       | Component |\n| Button           | Component |\n| DarkMode         | Component |\n| Dropdown         | Component |\n| Footer           | Component |\n| Fullscreen       | Component |\n| Header           | Component |\n| Input            | Component |\n| ProfilePicture   | Component |\n| Table            | Component |\n| Template         | Component |\n| Tooltip          | Component |\n| TopButton        | Component |\n| Component        | Page      |\n| Error 404        | Page      |\n| Faq              | Page      |\n| Home             | Page      |\n| Login            | Page      |\n| Profile          | Page      |\n| Recover Password | Page      |\n| Register         | Page      |\n| List of Users    | Page      |\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :open_file_folder: Folder Structure \u003c/h2\u003e\u003c/summary\u003e\n\n```\n.\n├── .editorconfig\n├── .gitignore\n├── README.md\n└── public\n    └── index.php\n```\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :memo: License \u003c/h2\u003e\u003c/summary\u003e\n\nThe [MIT License](LICENSE) (MIT)\n\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003ch2\u003e :smiley_cat: Author \u003c/h2\u003e\u003c/summary\u003e\n\n- [@walternascimentobarroso](https://walternascimentobarroso.github.io/)\n\n\u003c/details\u003e\n\n---\n\nMade with \u0026nbsp;❤️\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalternascimentobarroso%2Ffront-inventory-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalternascimentobarroso%2Ffront-inventory-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalternascimentobarroso%2Ffront-inventory-control/lists"}