Skip to content

Train your brain and have fun with our history, geography, art, music, science and nature and sports questions.

Notifications You must be signed in to change notification settings

Merce-ksa/atriviateGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atríviate

Train your brain and have fun with our history, geography, art, music, science and nature and sports questions. Customize your boards to get to the top! Atríviate Game

home boards game

Dependencies

This project is bootstrapped with React. It is full responsive and SASS has been used to give styles. For testing, I've decided to use Jest framework. Authentication is done with Auth0.

Folder structure

atriviate-app
│
└───build  
│
└───coverage
│
└───public
│
└───src
│   │   index.jsx
│   │   index.scss
│   │   index.css
│   │   App.jsx
│   │   App.scss
│   │   App.css
│   │   logo.svg
│   │   setupTests.js
│   │
│   └───components
│   │   └───Board-detail
│   │   |   │   Board-detail.css
│   │   |   |   Board-detail.scss
│   │   |   │   Board-detail.jsx
│   │   |   │   Board-detail.test.jsx
│   │   |
│   │   └───Board-item
│   │   |   │   Board-item.css
│   │   |   |   Board-item.scss
│   │   |   │   Board-item.jsx
│   │   |   │   Board-item.test.jsx
│   │   |
│   │   └───Board-list
│   │   |   │   Board-list.css
│   │   |   |   Board-list.scss
│   │   |   │   Board-list.jsx
│   │   |   │   Board-list.test.jsx
│   │   |
│   │   └───Button-action
│   │   |   │   Button-action.css
│   │   |   |   Button-action.scss
│   │   |   │   Button-action.jsx
│   │   |   │   Button-action.test.jsx
│   │   |
│   │   └───Button-action-text
│   │   |   │   Button-action-text.css
│   │   |   |   Button-action-text.scss
│   │   |   │   Button-action-text.jsx
│   │   |   │   Button-action-text.test.jsx
│   │   |
│   │   └───Button-redirect
│   │   |   │   Button-redirect.css
│   │   |   |   Button-redirect.scss
│   │   |   │   Button-redirect.jsx
│   │   |   │   Button-redirect.test.jsx
│   │   |
│   │   └───Button-redirect-text
│   │   |   │   Button-redirect-text.css
│   │   |   |   Button-redirect-text.scss
│   │   |   │   Button-redirect-text.jsx
│   │   |   │   Button-redirect-text.test.jsx
│   │   |
│   │   └───Dashboard
│   │   |   │   Dashboard.css
│   │   |   |   Dashboard.scss
│   │   |   │   Dashboard.jsx
│   │   |   │   Dashboard.test.jsx
│   │   |
│   │   └───Header
│   │   |   │   Header.css
│   │   |   |   Header.scss
│   │   |   │   Header.jsx
│   │   |   │   Header.test.jsx
│   │   |
│   │   └───privateRoute
│   │   |   │   privateRoute.jsx
│   │   |
│   │   └───Profile
│   │   |   │   Profile.css
│   │   |   |   Profile.scss
│   │   |   │   Profile.jsx
│   │   |
│   │   └───trivial-game
│   │       │   trivial-game.css
│   │       |   trivial-game.scss
│   │       │   trivial-game.jsx
│   │       │   trivial-game.test.jsx
│   │
│   └───redux
│   │   └───actions
│   │   │   │   boards-action-creator.js
│   │   │   |   boards-action-creator.test.js
│   │   │   │   boards-action-types.js
│   │   │   │   question-action-creator.js
│   │   │   |   question-action-creator.test.js
│   │   │   │   question-action-types.js
│   │   │
│   │   └───reducers
│   │   │   │   boards-reducer.js
│   │   │   |   boards-reducer.test.js
│   │   │   │   index.js
│   │   │   │   questions-reducer.js
│   │   │   |   questions-reducer.test.js
│   │   │
│   │   └───stores
│   │   │   │   configure-store.js
│   │   │   |   initial-state.js
│   │   │
│   └───sass
│       │   _globals.scss
│       │   _mediaqueries.scss
│
│   .eslintrc.js
│   .gitignore
│   .env
│   package-lock.json   
│   package.json
│   README.md 

API OpenTrivia

To obtain the questions, we have used the OpenTrivia API.

About

Train your brain and have fun with our history, geography, art, music, science and nature and sports questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published