https://github.com/erikbernard/devquiz
https://github.com/erikbernard/devquiz
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikbernard/devquiz
- Owner: erikbernard
- Created: 2021-05-01T18:03:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T18:05:22.000Z (about 4 years ago)
- Last Synced: 2025-01-06T11:44:24.369Z (4 months ago)
- Language: Dart
- Size: 58.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dev Quiz - App Mobile
![]()
## 📋 summary
## ✨ Technology
This project was developed with the following technologies:
- [Flutter](https://flutter.dev/)
## 💻 About the project
This project was developed at Next Level Week, an intense week of studies, networking, friendship, group work, accompanied by a sensational project developed by Rocketseat from April 19th to 25th.
This application is intended to be a Quiz for programmers to intensify their knowledge of programming through the exercises proposed by the application, where there is interactivity of questions and answers.
## 🛠️ Functionalities
- Quiz
- Questions,
- Answers,
- User feedback,
- Ranking and Score,
- Results
- Sharing Results ...
- Among many other amazing things!
## 🔖 Layout
You can view the layout of the project through this link. Figma account is required to access it. [this link](https://www.figma.com/file/3MM3ZI8QQHzaOxHgJxyMNy/DevQuiz-Copy?node-id=117%3A981). [Figma](http://figma.com/) account is required to access it.
## 🚀 How to Use
```
First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/DevQuiz DevQuiz
- Enter in directory:
$ cd DevQuiz
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
```
---