Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.8 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.8 KB

DevQuiz

A Flutter app developed over 5 days during Rocketseat's NLW # 5 week that aims to help programmers learn something new through questionnaires

Project Status

This project is just a personal showcase, done with de aim of register what i have studied, and show my skills. It may receives improvements in the future.

Project Screen Shots

Splash Screen Home Screen Home Screen(zero data)

Rigth Answer Screen Wrong Answer Screen Result Screen

what's in this project

image

Installation and Setup Instructions

Clone down this repository. You will need Flutter and Dart installed globally on your machine.

Installation:

flutter pub get install on the project root.

To Run the android application:

flutter run -d <device or emulator id>

To build a android release:

flutter build apk the package will be generated on ./build/app/outputs/flutter-apk/app-release.apk