Skip to content

NakajimaDaniel/letmeask

Repository files navigation

LetMeAsk

About

Create room, share and create questions. Its possible to login with your google account. The user, who created the room (admin) can highlight, mark as answered and also delete a question.

Technologies

  • ReactJs
  • Firebase
  • Tailwind CSS
  • TypeScript

Features

  • Create room and ask questions
  • Answer, highlight and delete a question (admin only)
  • Dark mode
  • Responsive
  • Delete question modal
  • PWA
  • Eslint/Prettier
  • on room -> useEffect questions list need to update only on data added (add only the new question) and not load everything from firebase. use firebase child_added, child_changed etc (prevent performance issue)
  • Unity tests