Skip to content

Our 3 modules (and even the modules you create in the Tilli IDE) can be accessed or reviewed with a Web browser over the World Wide Web on any mobile device.

License

Notifications You must be signed in to change notification settings

RohanSGX/tilli-web-app

 
 

Repository files navigation

CI

Tilli Web App:

Tilli Safety Tool Box comprises of 3 modules:

Module 1: Feelings and Emotions

  • Learn to identify, label and express emotions and feelings
  • Develop healthy coping strategies to manage big feelings

Module 2: Trust

  • At the core of staying safe is knowing who and what to trust
  • Understand what trust means, looks, and feels like
  • Practice tools like the trust circle to make safer choices

You can play/test our game here: https://web.tillikids.com/tilli-web/


Joining the Tilli Community

We are a community of learning designers, game designers, developers and educators with an interest in designing game-based, social emotional learning experience for kids. We create an environment where our community can effectively explore, create innovative and open aid distribution technology services that are inclusive, accountable, and accessible for everyone.

Contribution Guidelines

We would love your input! We want to make contributing to this project as easy and transparent as possible so kindly go through our contribution guidelines here: Contribution Guidelines

Code of Conduct


Please note that Tilli’s open-source projects are governed by our Code of conduct.

Getting started

To get started, please have a look at our User and Developer Documentation.


Developer Setup

Prerequisites

Local Setup

  1. Clone the repository:

    git clone https://github.com/tillioss/tilli-web-app.git cd tilli-web-app

  2. Configure the API endpoint:

    Edit src/config/MyConstant.js and set keyList.apiURL to your backend URL. Example:

    module.exports = {
      keyList: {
        projectName: "Tilli",
        projectUrl: "tilli-web",
        apiURL: "http://localhost:8093/tilli-api/",
        predictUrl: "http://localhost:8093/",
      },
    };
  3. Install dependencies:

    npm install

  4. Start the development server:

    npm start

    The app will be available at http://localhost:3023/tilli-web/

Available Scripts

  • npm start: Runs the app in development mode
  • npm run build: Builds the app for production
  • npm test: Runs tests with coverage

If you wish to work on the IDE to create or modify modules kindly refer the Tilli IDE Repository here: https://github.com/tillioss/tilli-ide

Get in Touch

Learn more about what we are doing at our official website tillikids.com/opensource
For more technical information, visit our documentation website tillioss.github.io or write to any of our team members at [email protected] for any doubts or queries. To know more about our team members


Join our Slack Community

Join our Slack community to connect with other members, ask questions, and collaborate on projects. Slack Invite Link

About

Our 3 modules (and even the modules you create in the Tilli IDE) can be accessed or reviewed with a Web browser over the World Wide Web on any mobile device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 3.5%
  • Other 0.8%