/froala

Try to make a crowdfund website

Primary LanguageRuby

README

Not a complete project yet. Just accomplish a few features.
live demo https://froala.herokuapp.com

Features:

  • Upload a project with WYSIWYG editor,
  • Upload image with active storage,
  • Account system with devise,
  • En/zh language version,
  • Ability to show the number of created projects per creator
  • Ability to comment projects
  • Ability to search projects
  • Abibilty auto complete when search project

gem used list:

gem 'bootstrap'
gem 'wysiwyg-rails'
gem "font-awesome-sass"
gem 'high_voltage', '~> 3.1'
gem 'stripe'
gem 'devise'
gem 'simple_form'
gem 'omniauth'
gem 'gravatar_image_tag'
gem 'webpacker', '~> 3.5'
gem 'devise-i18n'
gem 'friendly_id'
gem "aws-sdk-s3", require: false
gem 'jquery-rails', '~> 4.3', '>= 4.3.3'
gem 'jquery-ui-rails', '~> 6.0.0'
gem 'searchkick',  '>= 3.1.2'