Effy is not perfect, perhaps buggy but it's usable. Bug report please tweet me on Twitter
Effy is a task management app aim to make life a little bit easier!
Demo hosted on Heroku | Source code | Trailer
- First - Sign up or Sign in if you already have an account
- Create new task - Create your task by select which category it's belongs to.
- Input - Enter the description of the task
- Done - Now you own a new task ! Check all your task by cliking your profile.
- Update Profile - Update your personal info
- Edit task - Edit your task
- Archive - Place to review and check all your previous completed tasks
- List of gems for the actual site
gem 'haml'
gem 'sextant'
gem 'bcrypt-ruby'
gem 'protected_attributes'
gem 'open-weather', :require => 'open_weather'
gem 'bootstrap-sass'
gem 'ionicons-rails'
gem "font-awesome-rails"
gem 'rails_12factor'
gem 'geocoder'
- List of gems for development & debugging
gem 'pry-rails'
gem 'pry-byebug'
gem 'pry-stack_explorer'
gem 'better_errors'
gem 'binding_of_caller'
gem 'annotate'
gem 'sextant'
- List of API
gem 'geocoder'
- To get the user's location in order to show the real time weather infogem 'open-weather'
- To get the weather info from the open weather, Open Weather
- Joel
- Malthida
- Simon
We encourage you to contribute to Effy! Make Effy a better place!
- Drap and drop profile pic
- Auth 2.0 authentication
- Cleaner and simpler interface
- [ ]
- [ ]
- [ ]
Error pages are generated by Better Error Pages.
Fork it ( https://github.com/nixsiow/effy/fork ) Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create a new Pull Request
The MIT License (MIT)
Copyright (c) 2015 Nix Siow
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.