Gamification | Projeto de um app de gamificação em react.js | Frontend Framework library

 by   drodriguesaar JavaScript Version: Current License: No License

kandi X-RAY | Gamification Summary

kandi X-RAY | Gamification Summary

Gamification is a JavaScript library typically used in User Interface, Frontend Framework, React applications. Gamification has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This project was bootstrapped with Create React App.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Gamification has a low active ecosystem.
              It has 4 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              Gamification has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Gamification is current.

            kandi-Quality Quality

              Gamification has 0 bugs and 0 code smells.

            kandi-Security Security

              Gamification has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Gamification code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Gamification does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Gamification releases are not available. You will need to build from source code and install.
              It has 43 lines of code, 0 functions and 34 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Gamification and discovered the below as its top functions. This is intended to give you an instant insight into Gamification implemented functionality, and help decide if they suit your requirements.
            • Function that registers a new service and registers it in the browser .
            • Registers a new service worker
            • Check if the service worker is valid
            • Unregisters service worker
            Get all kandi verified functions for this library.

            Gamification Key Features

            No Key Features are available at this moment for Gamification.

            Gamification Examples and Code Snippets

            No Code Snippets are available at this moment for Gamification.

            Community Discussions

            QUESTION

            Error on create user on Odoo 14 Enterprise
            Asked 2021-Nov-10 at 10:14

            as the title says i have a problem on create user on Odoo 14 Enterprise. On create partner the error doesnt show, only on create user.

            Console Error:

            ...

            ANSWER

            Answered 2021-Nov-10 at 10:14

            Apparently the previous Odoo dev assign a default value on company_type on User-defined Defaults Menu.

            Source https://stackoverflow.com/questions/69899931

            QUESTION

            Unable to update CosmosDB via LogicApps
            Asked 2021-Sep-12 at 03:24

            I am unsure as to why I am constantly facing the following errors when trying to use Logic Apps to update a document in CosmosDB:

            1. PartitionKey extracted from document doesn't match the one specified in the header
            2. One of the specified inputs is invalid

            For error 1, I sent the following request via LogicApps:

            ...

            ANSWER

            Answered 2021-Sep-12 at 03:24

            What you need is something like this

            Source https://stackoverflow.com/questions/69145905

            QUESTION

            How to make appended items to be dragable inside another dragable section - JQUERY
            Asked 2021-Feb-22 at 03:03

            Currently i am trying to get a feature which is i have a md-3 section and inside this section got a button and when clicking on the button, it generates more button and these button are draggable. When i click the button, i get a form on the md-9 and inside this form got toggable section and a save button there too. When i save on the particular sections, it displays on the md-3 section under the button.

            But i have this issue where i want to make the sub section of the button to be draggable and deletable too.

            Here is my code for: HTML:

            ...

            ANSWER

            Answered 2021-Feb-22 at 03:03

            QUESTION

            How to measure the number of words the user has read in webview?
            Asked 2020-Oct-02 at 14:09

            I am implementing gamification in my app. How can I measure the number of words a user has read in a webview in my app? I want to measure their progress in the webview. Have they gone through 50% of the content or 25%? I know I can inject javascript in the webview. How can I do this specific task?

            ...

            ANSWER

            Answered 2020-Oct-02 at 14:09

            WebView has a scrollView instance. You can read its contentOffset property to see how far have they scrolled.

            Source https://stackoverflow.com/questions/64172909

            QUESTION

            Rotate hexagon in javascript
            Asked 2020-Jul-21 at 12:25

            everyone.

            I found this awesome jquery plugin bu Max Lawrence at https://github.com/AndrewListat/HexagonProgress (I don't know why Max doesn't have a repository for this). It is MIT and I am trying to rotate the hexagons so it shows a point on the top.

            This is how it generates:

            this is how I need it?

            It generates a canvas and can have an image inside. I am planning to use it as avatars showing the gamification progress around them.

            Can you guys help me on this?

            In the future, I am planning to convert it to vanilla-js (open source too) but right now, I can't understand the math beind the hexagon render.

            Thanks in advance.

            ...

            ANSWER

            Answered 2020-Jul-21 at 12:25

            I just tried to play with the settings and added some CSS to rotate the canvas.

            Added a starting angle 0 to set the start point of the line and added the CSS to rotate the canvas by 90 deg.

            JS:

            Source https://stackoverflow.com/questions/63014240

            QUESTION

            .NET Core 2.1 API Kestrel problems when stress testing
            Asked 2020-Jun-05 at 06:48

            I have an API developed in .NET Core 2.1 and while doing stress testing, it reports a Kestrel web server error and I don't know what it is.

            The error message is: Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate.

            I leave the call stack I see in the Application Insights log.

            Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: at Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException.Throw (Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1MessageBody+d__4.MoveNext (Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.IO.Pipelines.PipeCompletion.ThrowLatchedException (System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51) at System.IO.Pipelines.Pipe.GetReadResult (System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51) at System.IO.Pipelines.Pipe.GetReadAsyncResult (System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51) at System.IO.Pipelines.Pipe+DefaultPipeReader.GetResult (System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51) at System.Runtime.CompilerServices.ValueTaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.MessageBody+d__21.MoveNext (Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.ValueTaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream+d__22.MoveNext (Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream+d__35.MoveNext (Microsoft.AspNetCore.WebUtilities, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.WebUtilities.StreamHelperExtensions+d__3.MoveNext (Microsoft.AspNetCore.WebUtilities, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter+d__17.MoveNext (Microsoft.AspNetCore.Mvc.Formatters.Json, Version=2.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder+d__7.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+d__11.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Internal.ControllerBinderDelegateProvider+<>c__DisplayClass0_0+d.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+d__13.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+d__23.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+d__18.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+d__16.MoveNext (Microsoft.AspNetCore.Mvc.Core, Version=2.1.16.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Builder.RouterMiddleware+d__4.MoveNext (Microsoft.AspNetCore.Routing, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+d__6.MoveNext (Microsoft.AspNetCore.Authentication, Version=2.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware+d__7.MoveNext (Microsoft.AspNetCore.StaticFiles, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at quodem_qcore_gamification.api.Startup+<>c+d.MoveNext (quodem-qcore-gamification.api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware+d__8.MoveNext (Microsoft.AspNetCore.Cors, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware+d__13.MoveNext (Microsoft.AspNetCore.Server.IISIntegration, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol+d__188`1.MoveNext (Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60)

            ...

            ANSWER

            Answered 2020-Jun-05 at 06:48

            The error message is: Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate.

            I suggest you can take a look at the source code of KestrelHttpServer and add the following code in Configure method in the startup file:

            Source https://stackoverflow.com/questions/62191747

            QUESTION

            How to fire filter function that's set in a variable?
            Asked 2020-May-28 at 09:12

            Hello i have a filter function that's set in a variable, but want to execute as soon as the user clicks the button. The function enableFilter has to check if the item.id matches the item.category and fire the filter as it is true. Can anyone help me with that? It is not necessary to filter two at a time. Only one filter at a time

            ...

            ANSWER

            Answered 2020-May-28 at 09:12

            You can store your filter condition id in a state variable, like this:

            Source https://stackoverflow.com/questions/62059625

            QUESTION

            How to filter on an array when you click the matching button?
            Asked 2020-May-27 at 09:29

            Hello i have several arrays (cases) with strings and several buttons (categories). Now i want to filter on the array (cases) when you click the button with the matching id. Has anyone an idea how to do that? It is only necessary to filter one at a time, not multiple at the same time. And i want to use the filter array method.

            ...

            ANSWER

            Answered 2020-May-27 at 09:29

            You can have a state variable selectedId which will be undefined by default. When you click on ButtonOutline it should setState selectedId equals its item.id

            Source https://stackoverflow.com/questions/62039418

            QUESTION

            ${VAULT_SCHEME} not working in bootstrap.properties
            Asked 2020-May-02 at 11:06

            I have configured spring boot application to take properties from my environment but strangely I am facing an error while starting my application. I have added the properties in my ~/.bash_profile and also did source ~/.bash_profile after adding them to the profile.

            This is how my bootstrap.properties look like:

            ...

            ANSWER

            Answered 2020-May-02 at 10:56

            The root cause of the problem can be found form this error message:

            Source https://stackoverflow.com/questions/61550802

            QUESTION

            Intellij building broken JAR artifact
            Asked 2020-Apr-29 at 12:10

            I am trying to build a JAR artifact for my project which relies on one external library nbvcxz and one imported library lanterna:

            When adding the JAR under Artifacts in Project Structure, JAR -> from modules with dependencies is used:

            The additional features I have added to the imported library are:

            • window is not resizable
            • window title has been set to 'Password Gamification'
            • application icon has been set to a padlock

            Compiling the SNAPSHOT jar of the lanterna library works as expected when running the application from within the IDE, with all of the above features and the external library working perfectly. However when I build and run the JAR artifact, the title of the window is updated and the window itself is not resiable, but the customised icon is not shown and selecting any element on the initial start screen will cause it to break.

            Behavior when running from within Intellij (correct):

            Behaviour when running the JAR artifact (incorrect):

            What I find interesting is that the built artifact is using the lanterna library as the initial screen is displayed (lanterna is a semi-graphical library used for text-based GUIs), but is somehow omitting some of the changes I have made to it. The nbvcxz library is imported from maven and works as expected.

            Any help would be greatly appreciated!

            ...

            ANSWER

            Answered 2020-Apr-29 at 12:10

            I found the problem - I was using a text file that was not specified in the source folder, so the packaged JAR was unable to find it during execution which was causing the break as soon as I selected any item from the action list box. Annoyingly, I was not receiving any error message in the console despite catching and printing any exceptions. It wasn't until I added

            Source https://stackoverflow.com/questions/61387349

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Gamification

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/drodriguesaar/Gamification.git

          • CLI

            gh repo clone drodriguesaar/Gamification

          • sshUrl

            git@github.com:drodriguesaar/Gamification.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link