GitXplorerGitXplorer
x

LookAround-Mobile-Web-App--CS498STK-

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
deddddb6d95057b7a1725d7f520240acda6f2122

add docs and screenshots

xxugao committed 12 years ago
Unverified
d3fac78d4693af9351dd3527e54271b37e5fc2b6

Merge branch 'master' of github.com:xugao/CS498stkFinalProject

xxugao committed 12 years ago
Unverified
ff364ecd349c8fe7f056d7d2d220c61acc216f62

rm conflicted pyc

xxugao committed 12 years ago
Unverified
3e70882d851308fd9373674f1ca2e1e7b60367f4

Update README.md

xxugao committed 12 years ago
Unverified
f0a957447ab2e84f36d21010cb349bb38d4e1195

Update README.md

xxugao committed 12 years ago
Unverified
e905cef657a1a9cc6dacf577babd2fc3b8feba36

rm readme

xxugao committed 12 years ago

README

The README file for this repository.

CS498stkFinalProject

Deployed App URL: lookaroundliugao2.appspot.com (note: other important urls are shown in the tech design doc)

========= Project Description:

There are so many people in your life who share the same interests. You might never realized how much you are in common with those “strangers” around you. So, we are trying to build an application which helps you make new friends with those people who you don’t want to be just strangers.

========= Features:

  • Get user's current location (by Html5 geolocation and Google Map API) .
  • Allow users to edit their personal interests, as well as view other people’s profile. Those interests are cached and saved into datastore.
  • Chat with people nearby ( implemented with Channel API ). Chatting history is saved into the browser’slocalStorage.