https://github.com/carloshenryck/trivia-react
❓ A trivia game website. Developed with ReactJs, Redux, React-router. Unit tests made with RTL(react testing library)
https://github.com/carloshenryck/trivia-react
react-js react-router react-testing-library redux
Last synced: 3 months ago
JSON representation
❓ A trivia game website. Developed with ReactJs, Redux, React-router. Unit tests made with RTL(react testing library)
- Host: GitHub
- URL: https://github.com/carloshenryck/trivia-react
- Owner: carloshenryck
- Created: 2023-01-20T01:16:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T01:45:02.000Z (over 3 years ago)
- Last Synced: 2025-07-13T17:51:36.456Z (12 months ago)
- Topics: react-js, react-router, react-testing-library, redux
- Language: JavaScript
- Homepage: https://carloshenryck.github.io/trivia-react/
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trivia React
Projeto desenvolvido durante o módulo de front-end no curso da trybe
## 📋 Sobre
O projeto consiste em desenvolver um jogo de Quiz que possui um sistema de ranking, utilizando React e Redux para gerenciar os contextos, e utilizando RTL(react testing library) para realizar testes unitários

## 💻 Tecnologias




## 🧠 Aprendizados
- Utilizar Redux para gerenciar contextos
- Praticar testes unitários no front-end com RTL
- Organização e comunicação de equipe
## 📦 Rodando o projeto
Instale as dependências
```bash
npm i
```
Rode a aplicação
```bash
npm start
```
## 👨💻 Contribuidores