Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 2.89 KB

README.md

File metadata and controls

90 lines (65 loc) · 2.89 KB

Let's

Badge of Honor

Let's is a web app designed to find the perfect time for you and your friends.

Table of Contents

##Examples

  • Event CreationExample 0

- Event Response![Example 1](https://cloud.githubusercontent.com/assets/8934559/6252280/15ef0cb2-b767-11e4-82cf-2a8716c2f664.gif)

- Event Management![Example 2](https://cloud.githubusercontent.com/assets/8836416/6469557/7ee3ebe0-c1ab-11e4-9b0c-98b2188f1a8e.gif)

##Usage

  1. Make sure you have PostGreSQL installed and a database named 'doodleplus' running.

  2. Feel free to edit the PostGreSQL user information with server/config/enivornment/development.js.

    uri: 'postgres://USER:PASS@localhost/doodleplus'
    
  3. Run the app with grunt.

    grunt serve
    

##Installation Note: If you encounter errors in the installation process for npm, it is recommended that you try running the install command with sudo

  1. First, clone the repository to your local machine.

    git clone https://github.com/j1ands/doodleplus.git
    
  2. Next, bower and npm install.

    npm install
    bower install
    
  3. Let's is installed!

#### Roadmap

  • E-mail templating with let's' logo
  • Final time selection with e-mail/text confirmation
  • Response chart will visually separate blocks of time
  • Integration with iCal & Google Calendar & iCloud contacts

#### Features

  • No need for user authentication
  • Will send e-mail and text invitations for you with G+ integration
  • Visual response chart to help you find the best time with individual specificity
  • Mobile-First with Material Design
  • Simple, Easy, click & drag interface on desktop

#### Known bugs

  • Dates in event management view are unordered.

## Contributors

## License

This projected is licensed under the terms of the MIT license