/wordly

Wordly is a quiz based word guessing game developed as a mobile app using Flutter.

Primary LanguageDart

Wordly

splash

“Wordly” is a quiz-based word guessing game developed as a mobile app. The app was developed using Flutter and Firebase.

A normal user can create an account and answer quizzes. In the quizzes, the user needs to select the correct answer(s) for the given definition. User will earn points based on the number of right answers in a quiz and the points will be added to user’s total points in the system. There is a leaderboard where the users can see their rank based on their total points among all the other active users. Users can use their profile to view their details and total points they have earned. Users can use this to edit their details too. Also, users can always add reviews to give feedback about the app.

Admins can add word definitions and answers to the database through the app. One word definition has four answers, where one or multiple of them can be right. Admins can make normal users Admins or delete them. Admins can also view all the user feedback.

Functions

  • Login and register with Firebase Authentication
  • Add user details to the “users” collection in Cloud Firestore
  • Display registered users list
  • Change a normal user to an Admin user
  • Delete user
  • Display a user leaderboard
  • User Profile
  • Add review
  • Display reviews list
  • Display definition list
  • Add definition details
  • Add definition details to the “definitions” collection in Cloud Firestore
  • Update definition
  • Delete definition
  • Display definitions to the user and calculate score
  • Add score details to the “scores” collection in Cloud Firestore
  • Update points earned by users according to quizzes in “users” collection


This project is for Educational Purposes only.