Skip to content

Nix's first project during the Web Development Immersive course with General Assembly, Sydney. Front end technologies : HTML, CSS (Bootstrap for Styling) Backend technologies: Ruby on Rails & Postgresql to handle database

nixsiow/effy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

Effy

Effy is not perfect, perhaps buggy but it's usable. Bug report please tweet me on Twitter

What is this

Effy is a task management app aim to make life a little bit easier!

Demo hosted on Heroku | Source code | Trailer

How to use

  1. First - Sign up or Sign in if you already have an account
  2. Create new task - Create your task by select which category it's belongs to.
  3. Input - Enter the description of the task
  4. 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

GEMs & API

  1. 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'
  1. 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'
  1. List of API
  • gem 'geocoder' - To get the user's location in order to show the real time weather info
  • gem 'open-weather' - To get the weather info from the open weather, Open Weather

Special thanks:

  • Joel
  • Malthida
  • Simon

Contributing

We encourage you to contribute to Effy! Make Effy a better place!

To Do:

  • Drap and drop profile pic
  • Auth 2.0 authentication
  • Cleaner and simpler interface
  • [ ]
  • [ ]
  • [ ]

Error pages are generated by Better Error Pages.

Contributing

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

License

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.

About

Nix's first project during the Web Development Immersive course with General Assembly, Sydney. Front end technologies : HTML, CSS (Bootstrap for Styling) Backend technologies: Ruby on Rails & Postgresql to handle database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published