Skip to content

n3a9/LetsChill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetsChill

A web app to find a meetup location for two people in a local area. Given two locations, it will find options in between them that can be used to meet up such as cafes, mini golf, and other options.

out

Developed @ HackArizona 2016

Installation and Usage

Hosted at http://n3a9.github.io/LetsChill/

To install and run, download repository and run open index.html. Note: this is a static web application. If successful, browser will open with this:

screen shot 2016-01-24 at 1 29 24 am

Technologies Used

Frontend: HTML5, CSS3, Google Material Design, Javascript, jQuery

Backend: Google AutoComplete API, Google Places API, Google Maps API

Contribute

  1. Fork and clone repository: Fork and clone the repository to your own profile. Fork: Click the fork button on the top right hand corner.

    fork

    In terminal clone: git clone [your cloned url] in the directory you wish to keep a local copy.

  2. Update: Make changes and updates that you wish to add.

  3. Commit: First, add the files you made changes to. git add [files]

    Commit to your repository the changes you made: git commit -m "message"

  4. Push: Push your commit to the branch you wish to update in terminal: git push origin [branch]

  5. Submit a pull request: Go to your repository and click "Compare & pull request." Confirm you want to submit a pull request for your updates.

    pullrequest

Contributers

  1. Alex Jordache
  2. Jason Wong
  3. Neeraj Aggarwal

License

Licensed under the ISC License.

Troubleshooting/Contact

If having issues, contact [email protected] for help.