Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.26 KB

File metadata and controls

26 lines (19 loc) · 1.26 KB

HandRaiser

While our classes were temporarily suspended due to COVID-19, Logan McGovern and myself, Matthew Albert, started this project. The objective is to provide an easy way for teachers to get feedback from students in an online class. Hand Raiser allows individuals to create rooms, have other join it, create quick polls and track whose hand is raised! Feel free to contribute to this open source project on GitHub.

Video Demo

Video demo of the Hand Raiser Project

https://www.youtube.com/watch?v=FCBdoWGiYuw

Install

  1. Clone this repository
  2. Get dependecies with npm install -d
  3. Start the server with node app.js
  4. Access the app. http://[host]:3000

Docker

This project can be found on Docker Hub at https://hub.docker.com/r/malbert911/handraiser

Sample Docker run for this project: docker run -p 3000:3000 --name handraiser -d malbert911/handraiser

#BuildforCOVID19

This project was submitted in the COVID 19 Global Hackathon https://devpost.com/software/hand-raiser

Contact

Contact me at matthew.albert911@gmail.com