Preview | Technologies Used | How to run the project | How to contribute | License
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.
Functionality
- User authentication
- Create rooms
- Entering already created rooms
- The administrator can:
- Highlight the question
- Mark the question as answered
- Delete the question
- Close the room
- The user can
- Clone this repository
git clone https://github.com/RuthMaria/letmeask.git
- Install dependencies
yarn
- Rename .env.exemple file to .env.local and configure your credentials of the firebase
- Run the project
yarn start
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.
