{"id":15392561,"url":"https://github.com/renantrs/urna","last_synced_at":"2026-04-20T10:03:15.130Z","repository":{"id":42072380,"uuid":"375437642","full_name":"RenanTRS/urna","owner":"RenanTRS","description":"A Brazilian electronic voting machine in ReactJs","archived":false,"fork":false,"pushed_at":"2022-08-06T20:37:29.000Z","size":35323,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T23:41:57.759Z","etag":null,"topics":["integration-testing","jest","reactjs","styled-components","testing-library","tests-unitaires","typescript"],"latest_commit_sha":null,"homepage":"https://urna-green.vercel.app/","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/RenanTRS.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}},"created_at":"2021-06-09T17:28:09.000Z","updated_at":"2022-08-05T18:45:59.000Z","dependencies_parsed_at":"2022-08-12T04:10:12.249Z","dependency_job_id":null,"html_url":"https://github.com/RenanTRS/urna","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/RenanTRS/urna","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Furna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Furna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Furna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Furna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenanTRS","download_url":"https://codeload.github.com/RenanTRS/urna/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Furna/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["integration-testing","jest","reactjs","styled-components","testing-library","tests-unitaires","typescript"],"created_at":"2024-10-01T15:15:13.609Z","updated_at":"2026-04-20T10:03:15.113Z","avatar_url":"https://github.com/RenanTRS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./design/logoProject.svg\" alt=\"Logo\" /\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/renantrs/urna?style=for-the-badge\" alt=\"GitHub License\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/renantrs/urna?style=for-the-badge\" alt=\"GitHub top language\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/renantrs/urna?style=for-the-badge\u0026color=blue\" alt=\"GitHub last commit\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues/renantrs/urna?style=for-the-badge\u0026color=orange\" alt=\"GitHub issues open\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-closed/renantrs/urna?style=for-the-badge\u0026color=green\" alt=\"GitHub closed issues\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr/renantrs/urna?style=for-the-badge\u0026color=orange\" alt=\"GitHub pull request open\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr-closed/renantrs/urna?style=for-the-badge\u0026color=green\" alt=\"GitHub closed pull requests\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./design/demo-phone.gif\" alt=\"Demo on the phone\" width=\"20%\" /\u003e\n    \u003cimg src=\"./design/demo-desktop.gif\" alt=\"Demo on the Desktop\" width=\"70%\"/\u003e\n\u003c/p\u003e\n\n\u003e ### Candidates\n\u003e\n\u003e - 10: Doguinho Caramelo\n\u003e - 28: Julius\n\u003e - 51: Agostinho Carrara\n\u003e - 72: Seu Madruga\n\n## About this project\n\nThis project is part of my personal portfolio.\n\n## Why?\n\nThe purpose of this project was to learn **React** and **styled-components**\n\n## How to use\n\nTo clone and run this project, you'll need **[Git](https://git-scm.com)**, **[node v14.20](https://nodejs.org/en/)** or higher + **[yarn v1.22.15](https://yarnpkg.com)** or higher installed on your computer. From your command line:\n\n```bash\n#Clone this repository\n$ git clone https://github.com/RenanTRS/urna.git\n\n#Go into the repository\n$ cd urna\n\n#Install dependencies\n$ yarn\n#or\n$ npm i\n\n#Run\n$ yarn dev\n#or\n$ npm run dev\n\n#Run testes\n$ yarn test\n#or\n$ npm run test\n```\n\n## Built with\n\n- [![Vite](https://img.shields.io/badge/Vite-gray?style=for-the-badge\u0026logo=vite)](https://vitejs.dev/guide/#scaffolding-your-first-vite-project)\n- [![ReactJs](https://img.shields.io/badge/ReactJs-darkblue?style=for-the-badge\u0026logo=react)](https://reactjs.org/)\n- [![TypeScript](https://img.shields.io/badge/Typescript-darkblue?style=for-the-badge\u0026logo=typescript)](https://www.typescriptlang.org/)\n- [![Styled-Components](https://img.shields.io/badge/Styled%20Components-gray?style=for-the-badge\u0026logo=styledcomponents)](https://www.styled-components.com/)\n- [![Jest](https://img.shields.io/badge/Jest-c21325?style=for-the-badge\u0026logo=jest)](https://jestjs.io/)\n- [![Testing Library](https://img.shields.io/badge/Testing%20Library-gray?style=for-the-badge\u0026logo=testinglibrary)](https://testing-library.com/)\n- [![SWC Jest](https://img.shields.io/badge/SWC%20Jest-gray?style=for-the-badge\u0026logo=swc)](https://swc.rs/docs/usage/jest)\n- [![SWC Core](https://img.shields.io/badge/SWC%20Core-gray?style=for-the-badge\u0026logo=swc)](https://swc.rs/docs/usage/core)\n- [![EsLint](https://img.shields.io/badge/EsLint-gray?style=for-the-badge\u0026logo=eslint)](https://eslint.org/)\n- [![Prettier](https://img.shields.io/badge/Prettier-gray?style=for-the-badge\u0026logo=prettier)](https://prettier.io/)\n\n- [![Yarn](https://img.shields.io/badge/Yarn-darkblue?style=for-the-badge\u0026logo=yarn)](https://yarnpkg.com/)\n\n## Contact\n\n- Email me - renantrsouza@gmail.com\n- Connect with me on [LinkedIn](https://www.linkedin.com/in/renantrsouza/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/renantrs/urna/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenantrs%2Furna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenantrs%2Furna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenantrs%2Furna/lists"}