About | Features | Technologies | Requirements | Starting | License | Author
Letmeask is an application developed during NLW#06 that allows users to create rooms to receive and answer questions.
✔️ Login with Google
✔️ Create Room
✔️ Join Room
✔️ Create a question
✔️ Answer a question
✔️ HighLight a question
✔️ Like a question
The following tools were used in this project:
Before starting, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/LDrawe/letmeask
# Access
$ cd letmeask
# Install dependencies
$ yarn
# Run the project
$ yarn start
The app will initialize in http://localhost:3000
This project is under license from MIT. For more details, see the LICENSE file.