Letmeask
Live Q&A rooms platform to help streamers answer yours audience.
Install / Use
/learn @viniciuspatzer/LetmeaskREADME
<div align="center">
<img src="./.github/images/letmeask.svg" alt="dt money logo" />
</div>
<h4 align="center">
Let Me Ask is a platform built to let you gather questions from your viewers during your stream and let them vote for which are the best questions for you to answer.
</h4>
<br>
<div align="center">
<img src="./.github/images/home.png" alt="home" />
<img src="./.github/images/new-room.png" alt="new room" />
<img src="./.github/images/room.png" alt="normal" />
<img src="./.github/images/admin-room.png" alt="admin" /> </div>
<img src="./.github/images/new-room.png" alt="new room" />
<img src="./.github/images/room.png" alt="normal" />
<img src="./.github/images/admin-room.png" alt="admin" /> </div>
Demo
Functionality
Every user can create a room and share the password to other people in order to they join. The normal user can make questions and give a like to them. The creator of the room can highlight, delete and mark a question as answered.
Technologies
The following tools were used in this project:
Getting started
First of all, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/viniciuspatzer/letmeask.git
# Access
$ cd letmeask
# Install dependencies
$ yarn install
# Run the project
$ yarn start
# The server will initialize on the localhost
