Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 2.25 KB

README.md

File metadata and controls

83 lines (56 loc) · 2.25 KB

Repository size

Github top language Developed by License Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author

Cover


📰 About

Letmeask is an application developed during NLW#06 that allows users to create rooms to receive and answer questions.

🌟 Features

✔️ Login with Google
✔️ Create Room
✔️ Join Room
✔️ Create a question
✔️ Answer a question
✔️ HighLight a question
✔️ Like a question

🧪 Technologies

The following tools were used in this project:

✅ Requirements

Before starting, you need to have Git and Node installed.

🚀 Starting

# 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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

 

Back to top