Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 514 Bytes

QrCode

This is a simple React app to manage a menu and show it to clients by using a QR Code.

You can learn:

  • How to create different routes (either authenticated and public)
  • Manage authentication with React and Firebase
  • How to show a QR Code
  • How to store and retrieve data with Firebase Realtime db
  • Retrieve data in useEffect
  • Use some components of Material UI to create nice and consistent UIs

Start it by running:

yarn start

TODO

  • testing with Jest / React Testing Library
  • ...