https://github.com/renantrs/urna
A Brazilian electronic voting machine in ReactJs
https://github.com/renantrs/urna
integration-testing jest reactjs styled-components testing-library tests-unitaires typescript
Last synced: about 1 year ago
JSON representation
A Brazilian electronic voting machine in ReactJs
- Host: GitHub
- URL: https://github.com/renantrs/urna
- Owner: RenanTRS
- License: mit
- Created: 2021-06-09T17:28:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T20:37:29.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:43:31.659Z (about 1 year ago)
- Topics: integration-testing, jest, reactjs, styled-components, testing-library, tests-unitaires, typescript
- Language: TypeScript
- Homepage: https://urna-green.vercel.app/
- Size: 33.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ### Candidates
>
> - 10: Doguinho Caramelo
> - 28: Julius
> - 51: Agostinho Carrara
> - 72: Seu Madruga
## About this project
This project is part of my personal portfolio.
## Why?
The purpose of this project was to learn **React** and **styled-components**
## How to use
To 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:
```bash
#Clone this repository
$ git clone https://github.com/RenanTRS/urna.git
#Go into the repository
$ cd urna
#Install dependencies
$ yarn
#or
$ npm i
#Run
$ yarn dev
#or
$ npm run dev
#Run testes
$ yarn test
#or
$ npm run test
```
## Built with
- [](https://vitejs.dev/guide/#scaffolding-your-first-vite-project)
- [](https://reactjs.org/)
- [](https://www.typescriptlang.org/)
- [](https://www.styled-components.com/)
- [](https://jestjs.io/)
- [](https://testing-library.com/)
- [](https://swc.rs/docs/usage/jest)
- [](https://swc.rs/docs/usage/core)
- [](https://eslint.org/)
- [](https://prettier.io/)
- [](https://yarnpkg.com/)
## Contact
- Email me - renantrsouza@gmail.com
- Connect with me on [LinkedIn](https://www.linkedin.com/in/renantrsouza/)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/renantrs/urna/blob/main/LICENSE) file for details.