Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kongr45gpen/indiqa
A Q&A platform for conferences and workshops. Quickly manage questions during presentations (on-site or remote) without the hassle of microphones, mobile apps or miscommunication!
https://github.com/kongr45gpen/indiqa
conferences
Last synced: 19 days ago
JSON representation
A Q&A platform for conferences and workshops. Quickly manage questions during presentations (on-site or remote) without the hassle of microphones, mobile apps or miscommunication!
- Host: GitHub
- URL: https://github.com/kongr45gpen/indiqa
- Owner: kongr45gpen
- License: apache-2.0
- Created: 2021-10-30T19:23:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T22:27:47.000Z (over 1 year ago)
- Last Synced: 2024-05-20T00:12:14.259Z (8 months ago)
- Topics: conferences
- Language: JavaScript
- Homepage:
- Size: 429 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-conferences - IndiQA
README
# indiQA
A Q&A platform for conferences and workshops. Quickly manage questions during presentations (on-site or remote) without the hassle of microphones, mobile apps or miscommunication!## Features
- User-friendly page to ask questions immediately
- No registration required
- Voting on popular questions
- Questions are moderated by administrators
- Presenter view for large screens
- Answer questions in text
- Instant updates based on WebSockets## Screenshots
![main view](./docs/screenshot_main.png)![administrator view](./docs/screenshot_admin.png)
![presenter view](./docs/screenshot_presenter.png)
## Usage
indiQA is built on top of [Meteor.js](https://www.meteor.com/), so you will need to get some Javascript running on your computer to execute it.
First, make sure you have Node.js 14 installed. [nvm](https://github.com/nvm-sh/nvm) is a popular choice for that.
Then, you will need to install a few dependencies, and start the project:
```bash
# Use Node.js version 14
nvm use 14# Download the current version of indiQA
git clone https://github.com/kongr45gpen/indiqa.git
cd indiqa# Install dependencies
npm install -g meteor
npm install# Start indiQA development server at port :3000
npm start
```After you get indiQA running, you can:
1. Browse http://localhost:3000/ and ask your questions
2. Browse http://localhost:3000/login, enter the generated login details, and administrate the questions