Skip to content

darleneagbayani/ICS-464

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Notes

Main Repository

Missing folders:

  • .expo
  • node_modules

Notes: To run project when downloading main with missing files, you must:

  1. Download or clone project to your PC
  2. Move to that directory in your terminal 'cd "directory name"'
  3. Download Expo, more information: https://docs.expo.io/ | This should handle the missing .expo folder
  4. Download node_modules via terminal 'npm i' or 'npm install. More information: https://docs.npmjs.com/cli/v6/commands/npm-install | May also use 'yarn' commands
  5. Start up project using 'npm start' in terminal, may also use 'yarn' commands. More information: https://reactnative.dev/docs/environment-setup

Working on New Tasks

Create a New Branch

  • Name branch based on the issue (i.e. issue #5 would be named branch issue-005)
    • Issues can be found in navigation under 'Issues'
  • Once a task is complete, push the final version to it's corresponding branch
  • Have team member approve and merge to main branch
  • Once approved and merged, move from in progress to done in Projects Kanban

About

ICS 464 Group Project. Create a health-related Java application using Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors