Skip to content
/ celiapp Public
forked from itcgames/celiapp

Celiapp: An app to help people with coeliac disease control their intake of gluten.

Notifications You must be signed in to change notification settings

lpr95/celiapp

 
 

Repository files navigation

Project Logo

CeliApp

An app to help people with coeliac disease control their intake of gluten.

Project information

Report bugs here

Google drive folder

CeliApp kanban board

Developer information

Prerequisites

Install node & npm from here

Install expo-cli : npm install -g expo-cli

Install the Expo client (capable Version 2.16.1 for expo-SDK 35) app on your android/IOS device

Install & Run

Setup: npm install

Run: expo start

Note for windows users: If you get "error Invalid Regular Expression..." error, fix the node dependency as per this article: https://stackoverflow.com/a/58122821/488802

IOS: point camera app at QR code Android: In Expo client app, open QR code

Application Files

celiapp
    ./package.json		NPM Installation Module
    ./app.json			Application Configuration
    ./App.js			Application Entry
    ./babel.config.js		Babel Configuration File (EXPO)
    ./docdev/***		Development Documentation Files

celiapp/__tests__
    ./***-test.js		Application Test Files (JEST)	

celiapp/src/constants
    ./***.js			Global Configuration Files

celiapp/src/assets
    ./fonts/***.ttf		Font Ressources
    ./images/***.png		Image Ressources 

celiapp/src/navigation
    ./AppNavigator.js		Navigation Logic
    ./MainTabNavigator.js	Main Navigation

celiapp/src/components
    ./***.js			Shared Component Library
    ./android/***.js		Native Android Components
    ./ios/***.js		Native iOS Components

celiapp/src/screens
    ./***.js			MainTabNavigator Screens
    ./***/***.js		Sub Screens, Dialogs, ...
    

Tools & Tutorials

Useful Git Commands

git pull			update repo from master
git commit -m "Commit Message"	commit local changes to repo
git push			push local repo to master
// ... merge & pull request?

Usage

npm install

About

Celiapp: An app to help people with coeliac disease control their intake of gluten.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.3%
  • JavaScript 40.7%