Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.36 KB

README.md

File metadata and controls

66 lines (50 loc) · 2.36 KB

Summary

1. Introduction

Quiz with Google authentication and Firebase realtime for questions and score. It was developed at Next Level Week 5, an event promoted by Rockeseat [1].

2. Download

3. Documentation Step-by-Step

4. Technologies

5. Features

  • Material design;
  • Firebase;
    • Firestore and realtime synchronization for questions and score;
    • Authentication with Google;
  • Anonymous answers are not allowed;

6. Installing and Running

  • Clone this repo:
git clone [email protected]:90lucasgabriel/quiz-nlw5.git quiz
  • Access directory:
cd quiz
  • Run
flutter run
  • Check browser or connected device;

7. References

  1. Rocketseat - Available on https://rocketseat.com.br/;
  2. Flutter - Available on https://flutter.dev/;
  3. Material Design - Available on https://material.io/;
  4. Firebase - Available on https://firebase.google.com/;