Trivia is quiz game on a web application based on an API. It was part of my Web Development course at Trybe and the goal was to practice React with Redux, creating a store, reducers, actions, dispatchers, conecting Redux with React components and async actions. Also to practice testing with React Testing Library. It was developed in a group of students.
React, Redux, ES6, HTML5, CSS, Jest, RTL
git@github.com:marco-moscato/project-trivia-react-redux.git
npm install
npm start
npm run cy
To check test coverage:
npm run test-coverage
Folders and files described bellow were developed by our team. All other files are credited to Trybe.
project-trivia-react-redux/src /components /pages /redux /services /tests