Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akinncar/tse2022
Vote Counting Brazilian Elections 2022
https://github.com/akinncar/tse2022
hacktoberfest nextjs react typescript
Last synced: 3 months ago
JSON representation
Vote Counting Brazilian Elections 2022
- Host: GitHub
- URL: https://github.com/akinncar/tse2022
- Owner: akinncar
- Created: 2022-10-02T20:18:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T20:37:01.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:58:14.481Z (6 months ago)
- Topics: hacktoberfest, nextjs, react, typescript
- Language: TypeScript
- Homepage: https://tse2022-presidente.vercel.app/
- Size: 109 KB
- Stars: 40
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TSE 2022
Acompanhe as apurações das Eleições 2022
Os dados utilizado são disponibilizados diretamente pelo [TSE em formato JSON](https://resultados.tse.jus.br/oficial/ele2022/544/dados-simplificados/br/br-c0001-e000544-r.json).
## Começando
### Primeiro passo
Instale as dependências do projeto usando o [Yarn](https://yarnpkg.com/getting-started/install):
```bash
yarn install
```### Primeiro passo
Rode o ambiente de desenvolvimento:
```bash
yarn dev
```### Último passo
Por fim, abra [http://localhost:3000](http://localhost:3000) no seu navegador para ver o resultado.
## Tecnologias
O projeto foi criado utilizando:
- [React](https://pt-br.reactjs.org/).
- [NextJS](https://nextjs.org/).
- [TypeScript](https://www.typescriptlang.org/).## Como contribuir
1. Faça o fork do projeto
2. Crie uma nova [Pull request](https://github.com/akinncar/tse2022/pulls) com suas melhorias