Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.51 KB

🙋‍♂️ LetMeAsk

Every question has an answer! Learn and share knowledge with other people.

About

🙋‍♂️ 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.

🎨 Design

You can see the layout of this project in Figma

⚙ Future features

  • 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

🛠 Tecnologias

  • ReactJS
  • Typescript
  • Firebase

🚀 How to run it

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