Giter Site home page Giter Site logo

quest-application-reactjs's Introduction

Description

This is a simple web app designed to easily create and conduct quests online. The app comprises of several components:

  • The frontend part written in React (this repo)
  • The backend part - Nodejs Express server
  • Mongo database to store quests, sessions, users etc.

Features the app currently supports

  1. The quest itself consists of the following parts:
  • Login screen where user provides a quest id;
  • Introductory screen where a brief description of a quest is provided;
  • A series of questions each at a separate screen. User cannot proceed to the next question unless he provides a correct answer to a current one. User can request a hint. There are two types of penalties which take the form of points - penalties for wrong answers and penalties for hint requests. You as a quest admin can do whatever you want with these penalty points afterwards (monetize them, turn them into glasses of bear user need to buy you etc.)
  • Last screen with a final words and results;
  1. Admin panel provides the following features
  • Authorized access (only authorized users can access the admin panel);
  • Creating, modifying, deleting quests;

Features the app currently lacks

  • Images upload in admin panel while configuring a quest;
  • Setting [optional] timer for a quest;
  • Tests;

Running the app

To locally launch the app run

QUESTS_API_HOST="http://my.localhost.com:8080" npm start

where QUESTS_API_HOST is a hostname of Nodejs Express server

Building the app

To build the app for production use run

QUESTS_API_HOST_PROD="http://my-quest.herokuapp.com/" npm run build

where QUESTS_API_HOST_PROD is a hostname of Nodejs Express server

Screenshots

Quest

Admin panel

quest-application-reactjs's People

Contributors

serzhshakur avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.