This is a Question Submission app that allows the audience to submit questions to the presenter and the questions can be viewed by all parties.
You need Node.js/NPM and Git installed into your system.
To run this application:
- In your terminal type
git clone https://github.com/Ali-Aftab/Inquire.git
- Access the folder with
cd Inquire
- Install the required modules with
npm install
- Type
npm run start
to use Inquire!
To test your code type npm run test
into your terminal to see if the current code is passing the specs.