Skip to content

HoangViet144/FoodFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

SCheck project (SCheck web, Foodfiles app)

This project is conducted for participating in Google Solution Challenge 2021 by students of Ho Chi Minh City University of Technology, Vietnam National University Ho Chi Minh City.

Member:

SCheck Web

This website is used to add and modify ingredients.

Demo

Firstly, go to scheck-web directory:
cd scheck-web

Secondly, install all dependencies:
npm install

Then, run localhost server:
npm start

In order to deploy, run:
npm run build
firebase deploy
and follow instructions

A website which has been released can be found at:
SCheck website

Foodfiles App

This is the heart of our project.

APK

A released apk can be found at Foodfiles App

Demo

Firstly, go to foodfiles app directory:
cd scheck-app\foodfiles

Secondly, install all dependencies:
npm install

For debugging on android, run:
npx react-native run-android

For building apk, run:
cd android
.\gradlew assembleRelease

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • Java 3.4%
  • Objective-C 2.5%
  • HTML 0.9%
  • CSS 0.5%
  • Ruby 0.4%
  • Starlark 0.3%