All Projects → felipecastrosales → DevQuiz

felipecastrosales / DevQuiz

Licence: MIT license
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to DevQuiz

flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+140%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui, flutter-app
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-24%)
Mutual labels:  figma, nlw, rocketseat, nextlevelweek, nextlevelweek-booster
Best Flutter Ui Templates
completely free for everyone. Its build-in Flutter Dart.
Stars: ✭ 13,448 (+53692%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui, flutter-app
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (+92%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui, flutter-app
instagram
Instagram UI Clone with Google's Flutter CrossPlatform Framework.
Stars: ✭ 23 (-8%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter designs world
We at Appstree has implemented design concepts of different application using mock ups available out there at internet. These are open source projects and any once can use them. Say Hello to us at [email protected], if you want to hire our team is available to provide you top notch solutions.
Stars: ✭ 22 (-12%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (+36%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-app
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (+12%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-app
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (+332%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Flutter Learning
🔥 👍 🌟 ⭐ ⭐⭐ Flutter all you want.Flutter install,flutter samples,Flutter projects,Flutter plugin,Flutter problems,Dart codes,etc.Flutter安装和配置,Flutter开发遇到的难题,Flutter示例代码和模板,Flutter项目实战,Dart语言学习示例代码。
Stars: ✭ 4,941 (+19664%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-32%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+452%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Bank-profile
a flutter Ui profile for bank account
Stars: ✭ 33 (+32%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-app
flutter-UI
将Flutter各种Widget各种API📘都实现一次。喜欢请Star。
Stars: ✭ 67 (+168%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-app
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+372%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+3292%)
Mutual labels:  figma, flutter-apps, flutter-examples, flutter-ui
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (+16%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (+1996%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Chi Food
Food Delivery App made by Flutter and Bloc
Stars: ✭ 103 (+312%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui
weather app
Weather App built in Flutter and Riverpod state management
Stars: ✭ 38 (+52%)
Mutual labels:  flutter-apps, flutter-demo, flutter-examples, flutter-ui

Logo dev.quiz_

DevQuiz

  • Liftoff 💪
  • Maximum Speed 🏃‍♂️
  • In Orbit 👨‍🚀
  • Landing 🔥
  • Surface Exploration
  • Accelerating your Career 🚀

Topics 📋


About 📖

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 the 19th to the 25th of April.
This application is intended to be a Quiz for programmers to intensify their knowledge in programming through the exercises proposed by the application, where you have interactivity of questions and answers.
It is a basic project so far, but it opens many doors for ideas, features, partnerships, and a lot of learning that I will take to my professional. Another NLW week concluded successfully and with a lot of presence in the community, helping other people and taking questions from same. It was incredible!


Preview 📱

DevQuiz Demo


Layout 🎨

The Layout was developed by Tiago Luchtenberg, and you can access it on Figma:


Functionalities 🛠️

  • Quiz

    • Questions,
    • Answers,
    • User feedback,
    • Ranking and Score,
    • Results
    • Sharing Results ...
  • Among many other amazing things!


Challenges and Learnings along the way 🤯

This project was challenging for me and the whole community. A simple application, but it was well structured and organized.
I had several mistakes along the way, but I already realize that I am much more mature with the mistakes I made before, feeling more confident and confident than ever about what I do, and this week at NLW helped me a lot and to analyze and see the paths where I can and I want to continue.
The community at the event's Discord was sensational, many people with good intentions and wanting to evolve with each other ...
Ahhh, I miss you already! Looking forward to new events!


Notion Files 📋


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

How to Contribute 💪

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

License 📝

This repository is under MIT license. You can see the LICENSE file for more details. 😉


This project was developed with ❤️ by @Felipe Sales, with the instructor @GabulDev, in #NextLevelWeek05 from Rocketseat.
If it helped you, give , contribute, it will help me too 😉


Linkedin Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].