An open API service indexing awesome lists of open source software.

https://github.com/erikbernard/devquiz


https://github.com/erikbernard/devquiz

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


Dev Quiz - App Mobile





Dev quiz

## 📋 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
```

---