Every question has an answer! Learn and share knowledge with other people.
🙋♂️ LetMeAsk - is an app that allows you to create questions and answer rooms (Q&A). The admin can see the sended questions, and highlight it or check it as answered. And the participants can send your questions and like the others depending on their interest. It was develop during NextLevelWeek Together by Rocketseat.
You can see the layout of this project in Figma
- Use toasts to notify
- Use modals to interact with user
- Process highlighted and answered questions position
- Home page with an introduction to the software
- Responsiveness
- PWA support
- Dark mode
- ReactJS
- Typescript
- Firebase
Prerequisites: Environment configuration by Rocketseat
# Clone this repository
$ git clone https://github.com/Joaomlg/letmeask-nlw6
# Go to project path
$ cd letmeask-nlw6
# Install dependences
$ yarn install
# Server app
$ yarn start