8000 GitHub - jadenliu12/LITHE: LITHE is a website for tracking diet plan between a group of people using interactive avatars to encourage the user's productivity.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LITHE is a website for tracking diet plan between a group of people using interactive avatars to encourage the user's productivity.

Notifications You must be signed in to change notification settings

jadenliu12/LITHE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LITHE.

Project workflow

npm install  
npm run build  
npm run start  

Updating code

  1. clone the repo and checkout to "dev-{name}"
  2. Choose one "To-do" and move it to "In-progress"
  3. Edit code
  4. Run the following command (If you want to update your branch)
git add -A
git status (optional, to check what files are added)
git commit -m "{commit msg}"
git push origin dev-{name}
  1. If you have done one of the "To-do", move the card to "Done"

Directory 8A9E

  1. client side: client folder
  • src/api -> implement calls to server
  • src/components -> build front end of the website
  • src/utilities -> helper files/functions
  1. server side: server folder
  • IN PROGRESS

Prototype

Home(Web) page

1

SignIn page

2

SignUp1 page

3

SignUp2 page

4

Home(User) page

6

Group(Input Cal) page

5

Group(Search food) page

7

Group(Main) page

8

Competition page

9

About

LITHE is a website for tracking diet plan between a group of people using interactive avatars to encourage the user's productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0