leoronne / letmeask

Let Me Ask lets you create real-time Q&A rooms, firstly idealized by @Rocketseat's Next Level Week #6 - Together.

Home Page:https://letmeask.ronne.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project   |    Techs   |    Installation   |    Start   |    Test   |    Contributing   |    License

Repository size Top language Last commit


Project 🌟

Let Me Ask is a simple application that lets the user create real-time Q&A rooms and organize their audience questions (pin, favorite or mark as answered). It was made using the Real Time Database from Firebase.


It was firstly idealized by @Rocketseat's Next Level Week #6 - Together.


Deployed here.


Techs πŸš€


Installation πŸ”§

First you need to clone the project using git clone https://github.com/leoronne/letmeask.git.

Then you can install the application using npm install or yarn install on the client and server directory.


Start πŸ”›

To start the application interface just run npm start or yarn start on the root dir.


Test βœ”οΈ

To run the tests on this application, just run npm run test:cover or yarn test:cover on the client directory, it will generate a coverage report on the same dir.


Contributing πŸ€”

Please read CONTRIBUTING for details on code of conduct, and the process for submitting pull requests to the project.


License πŸ“

License

About

Let Me Ask lets you create real-time Q&A rooms, firstly idealized by @Rocketseat's Next Level Week #6 - Together.

https://letmeask.ronne.dev/

License:MIT License


Languages

Language:TypeScript 96.4%Language:HTML 2.2%Language:JavaScript 1.1%Language:Shell 0.3%