Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

A React Native client for Indra ABM

Notifications You must be signed in to change notification settings

gcallah/IndraFrontend

 
 

Repository files navigation

IndraFrontend

IndraFrontend has both web and mobile version of Indra agent-based modeling system. It utilizes the existing API of Indra to deliver a front-end to mobile users.

Tools

  • Framework: React Native
  • Documentation: Jsdoc
  • Continuous Integration: Github Actions

Setup

  • To install the required environment for mobile app: make dev_env_native
  • To local host the mobile app: cd IndraReactNative && make start or cd IndraReactNative && expo start

There are three main directories under the project root:

  1. IndraReactCommon: for common code between web and mobile apps.
  2. IndraReactNative: code for the mobile app.
  3. IndraReactWeb: code for the web app

About

A React Native client for Indra ABM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 2.6%
  • CSS 1.6%
  • Makefile 1.2%
  • Shell 0.5%