{"id":13473545,"url":"https://github.com/luizalabs/juggernaut","last_synced_at":"2025-03-26T19:34:20.939Z","repository":{"id":53311518,"uuid":"171507717","full_name":"luizalabs/juggernaut","owner":"luizalabs","description":"An unstoppable boilerplate","archived":false,"fork":false,"pushed_at":"2023-11-12T01:50:50.000Z","size":5702,"stargazers_count":57,"open_issues_count":5,"forks_count":24,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-10-30T06:32:45.673Z","etag":null,"topics":["boilerplate","hacktoberfest","javascript","react"],"latest_commit_sha":null,"homepage":"https://juggernaut-demo.web.app","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/luizalabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-02-19T16:20:33.000Z","updated_at":"2023-09-26T04:51:29.000Z","dependencies_parsed_at":"2024-10-30T04:51:32.229Z","dependency_job_id":null,"html_url":"https://github.com/luizalabs/juggernaut","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizalabs%2Fjuggernaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizalabs%2Fjuggernaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizalabs%2Fjuggernaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizalabs%2Fjuggernaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizalabs","download_url":"https://codeload.github.com/luizalabs/juggernaut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245722858,"owners_count":20661837,"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":["boilerplate","hacktoberfest","javascript","react"],"created_at":"2024-07-31T16:01:04.598Z","updated_at":"2025-03-26T19:34:18.904Z","avatar_url":"https://github.com/luizalabs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/7cdc05a8-9023-4af3-8f04-4b8b63ec51f3/deploy-status)](https://app.netlify.com/sites/juggernaut/deploys)\n\n# Juggernaut\n\n## An unstoppable boilerplate\n\nThe main goal of **Juggernaut** is to set patterns to be followed by any and every Luizalabs front-end developer working on React projects.\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"src/assets/images/juggernaut.gif\" width=\"400px\" /\u003e\n  \u003cbr /\u003e\n  Gif by \u003ca href=\"https://dribbble.com/Reuno\" target=\"_blank\"\u003eReuno\u003c/a\u003e\n\u003c/p\u003e\n\n## :computer: Ecosystem\n\nName | Description\n--- | ---\n[Demo](https://juggernaut-demo.web.app/) | *Examples of how to use Juggernaut*\n[Demo repository](https://github.com/SoftboxLab/juggernaut-demo) | *Juggernaut demo source code*\n\n## :pencil: Requirements\n\nThis boilerplate supports Node.js from version v14.x\n\n## :rocket: Startup\n\nStep by step to get this up and running\n\n### Clone repo and go to project folder\n\n```bash\n$ git clone https://github.com/SoftboxLab/juggernaut.git \u0026\u0026 cd juggernaut\n```\n\n### Install dependencies\n\n```bash\n$ npm i\n```\n\n### Start server\n\n```bash\n$ npm run start\n```\n\n## :heavy_check_mark: Patterns\n\nThese are some of patterns definitions to help us to keep a default configuration and front-end arquitecture.\n\n- NPM or Yarn? We chose `npm`, but feel free to make your choice;\n- UI Kit library? Jump into [MaterialUI](https://material-ui.com);\n- Linter: If You don't use [Gandalf Lint](https://github.com/SoftboxLab/gandalf-lint), you shall not pass;\n- Do you want a component pattern? [Get here](src/containers/Home/index.jsx);\n- [Why Formik?](https://jaredpalmer.com/formik/docs/overview#motivation)\n- [Why Axios?](https://github.com/axios/axios#features)\n- [Why Material?](https://material-ui.com/blog/material-ui-v4-is-out)\n\n## :open_file_folder: Project structure\n\n- **src/assets**: Static files (images, fonts and icons);\n- **src/resources**: API and endpoints configurations;\n- **src/components**: Components of React to be shared and reused in the project;\n- **src/common**: Utilities, resources, constants, assets, configurations, i18n and others;\n- **src/containers**: Page components that apply business knowledge and present themselves as pages;\n- **src/routes**: Routes of app to be used by SPA and user navigation;\n- **src/store**: State configuration with Redux;\n- **docs**: Docs configuration.\n\n## :scroll: License\n\nThe MIT License (MIT)\n\n[Copyright (c) Feross Aboukhadijeh](https://github.com/standard/eslint-config-standard)\n\n[Copyright (c) 2012 Airbnb](https://github.com/airbnb/javascript)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject 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, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n---\n\nThis project licence is also MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizalabs%2Fjuggernaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizalabs%2Fjuggernaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizalabs%2Fjuggernaut/lists"}