Giter Site home page Giter Site logo

tfb414 / airspacev2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 4.98 MB

A group response platform that allows group members to provide feedback and answer a host user’s questions. Built with React, Node, and Express

JavaScript 62.61% HTML 2.41% CSS 34.81% Shell 0.16%

airspacev2's Introduction

AirSpaceV2

AirSpace is an audience response platform that allows audience members to provide feedback and answer a host user's questions in real-time. Anyone can initiate a session or join existing sessions via phone, tablet, or computer.

Differences from Version 1

  • Users login through Google via Passport.js
  • Improved accuracy of our current Active Guest Users display and functionality on the Host Dashboard
  • Implementing a multiple choice quiz type

Authors

Built With

  • React.js
  • Node.js
  • Express
  • WebSockets
  • JavaScript ES6
  • HTML5/CSS3
  • Sass

Development Process

1. Concept

We developed AirSpace with the intention of creating a multipurpose space where host users could poll an audience, sending information back and forth instantly.

We had seen digital audience response systems like this in videogames (such as Jackbox.tv) and lecture halls (using "clickers"), but not in the form of an easily accessible mobile app that wouldn't require extra hardware software installation.

In this second iteration of AirSpace, we're specifically developing for use by teachers and students in order to facilitate an open and collaborative classroom environment.

2. Initial Planning

[9/26 Goals]

  • Create schema
  • Add dummy data to our tables
  • Re-write queries from Version 1: - Add Host - Add Client - Add host_client table - Create Survey/Question (referred to as sq) - Add sq - return id - Add question - return id - Add options - return id - Add linking table

3. Database Architecture

Our database contained five primary tables:

  • host
  • guest
  • question
  • options
  • sq (survey/quiz)

And three linking tables:

  • host_guest
  • guest_question_response
  • sq_question_option

4. Backend Structure

5. Frontend: React and SCSS

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.