Skip to content

A web application that helps to boost community engagement in Facebook groups with gamification, by rewarding members with points for contributing.

Notifications You must be signed in to change notification settings

harrybanda/group-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Points

A web application that helps to boost community engagement in Facebook groups with gamification, by rewarding members with points for contributing.

Requirements

  • Firebase auth
  • Firebase database
  • axios
  • bulma
  • moment
  • react-copy-to-clipboard
  • react-lines-ellipsis
  • react-router-dom
  • react-spinners
  • react-toastify
  • fontawesome.

this is the firebase database structure :

{
  "groups" : {
    "group-id" : {
      "createdAt" : timestamp,
      "members" : {
        "member-id" : {
          "admin" : true
        },
        "member-id" : {
          "admin" : false,
          "points" : 0
        },
  },
  "members" : {
    "member-id" : {
      "email" : "example@gmail.com",
      "groups" : {
        "group-id" : {
          "admin" : true
        },
        "group-id" : {
          "admin" : false,
          "points" : 0
        }
      },
      "photo" : "https://graph.facebook.com/xxxxxxxxxxx/picture",
      "username" : "FIRST LAST"
    },
  },
  "posts" : {
    "group-id" : {
      "member-id" : {
        "post-id" : {
          "createdAt" : timestamp,
          "link" : "https://www.facebook.com/groups/xxxxxxxx/permalink/xxxxxxxxxx/",
          "points" : 0
        }
      },
    }
  }
}

About

A web application that helps to boost community engagement in Facebook groups with gamification, by rewarding members with points for contributing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published