All Projects → AnushanLingam → OpenTrivia

AnushanLingam / OpenTrivia

Licence: Apache-2.0 license
Multiplayer quiz game demo using React and Opentdb API

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to OpenTrivia

Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (+63.83%)
Mutual labels:  quizapp, quiz-example, quiz-game
quiz
🚀 🤖 Quiz Application With React Javascript
Stars: ✭ 22 (-53.19%)
Mutual labels:  react-router, quizapp, quiz-game
React-Native-Showcase
Best List of Open Source / Examples / Free / Case Study & Featured Template React Native Apps
Stars: ✭ 39 (-17.02%)
Mutual labels:  react-router, react-components, react-redux
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-34.04%)
Mutual labels:  react-router, react-components, react-redux
react-guidebook
📚 React 知识图谱 关于概念、技巧、生态、前沿、源码核心
Stars: ✭ 22 (-53.19%)
Mutual labels:  react-router, react-components, react-redux
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+112.77%)
Mutual labels:  react-router, react-components, react-redux
cnode-react
a web app for cnode.org with react + react-router + react-redux
Stars: ✭ 23 (-51.06%)
Mutual labels:  react-router, react-components, react-redux
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (-27.66%)
Mutual labels:  multiplayer, multiplayer-game
ts-react-boilerplate
A very opinionated (React/TypeScript/Redux/etc) frontend boilerplate
Stars: ✭ 43 (-8.51%)
Mutual labels:  react-router, react-redux
react-demo
一个实际项目(OA系统)中的部分功能。这个demo中引入了数据库,数据库使用了mongodb。安装mongodb才能运行完整的功能
Stars: ✭ 92 (+95.74%)
Mutual labels:  react-router, react-redux
rgxp
Regular Expression Collection (ReactJS, Redux, React Router, Recompose, NodeJS, Express)
Stars: ✭ 62 (+31.91%)
Mutual labels:  react-router, react-redux
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (+93.62%)
Mutual labels:  react-router, react-components
superglue
A productive library for Classic Rails, React and Redux
Stars: ✭ 106 (+125.53%)
Mutual labels:  react-components, react-redux
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+95.74%)
Mutual labels:  multiplayer, multiplayer-game
react-native-boilerplate
A collection of curated and well maintained React Native boilerplates with various possibilities and combinations.
Stars: ✭ 24 (-48.94%)
Mutual labels:  react-components, react-redux
QuizChallenge
Multiplayer Online Quiz
Stars: ✭ 19 (-59.57%)
Mutual labels:  quizapp, quiz-game
colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (-44.68%)
Mutual labels:  multiplayer, multiplayer-game
Unity-Firebase-Multiplayer-Example
Multiplayer and Matchmaking system using Firebase Realtime Database in Unity
Stars: ✭ 32 (-31.91%)
Mutual labels:  multiplayer, multiplayer-game
boilerplate-react-redux-pwa
It's sample boilerplate with pwa + react + redux + redux-saga
Stars: ✭ 14 (-70.21%)
Mutual labels:  react-components, react-redux
Questions
Web app inspired by Quora, allowing users ask question and get answers
Stars: ✭ 15 (-68.09%)
Mutual labels:  react-router, react-redux

OpenTrivia

Small multiplayer quiz demo using express and socket.io in the backend and React for the UI.

How to use locally:

  • Clone the repository and run the following command to download all dependencies.
 npm install
  • Now open a terminal run the following command if you just want to start the server for development.
npm run watch

Use the following commands if you want to manually build from src to test for production.

npm run build:prod or npm run build:dev followed by npm run serve
  • Open the brower and navigate to http://localhost:3000 for the main screen and point all other devices to http://your_internal_ip:3000 and follow onscreen instructions.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].