UQDraw is an active learning tool for increasing engagement during lectures. It allows lecturers to pose free-form questions to the audience, and gather real-time, hand-drawn responses from students.
The frontend is built with React + Redux + redux-saga. The backend is a GraphQL server using SQLite for persistence.
git clone https://github.com/nirrek/uqdraw && cd uqdraw
npm install# Run the client server
npm run start# Run the backend server
npm run serverDev