/challenge-me

Final Group Project at Makers Academy

Primary LanguageRuby

Challenge Me

Code Climate Test Coverage

Where to see it

A working version of the app can be found here: Challenge Me

Watch the video demo

Meet the Team:

The Problem

Raising sponsorship money for charity events can be frustrating and time-consuming.

  1. Problems:
  • People do not want to get spammed all the time.
  • Sometimes, it's hard to stay motivated to train for the event.
  • Asking for sponsorship money can be awkward.
  • People often aren't that interested interested in what the fundraiser is doing.
  1. Our Aims:
  • To help motivate the person training for their event and holding them accountable publicly for it.
  • To help sponsors feel more engaged in the fundraiser's charity activities.

Technologies Used:

  • Rails
  • Ruby
  • Postgresql
  • Capybara
  • RSpec
  • CSS
  • Javascript
  • jQuery
  • Heroku
  • Devise
  • Amazon S3
  • Paperclip
  • Imagemagick
  • Omniauth

APIs Used:

  • JustGiving
  • MapMyFitness

How to set it up

git clone git@github.com:yoshdog/challenge-me.git
cd challenge-me
bundle
bin/rake db:setup

How to run it

cd challenge-me
bin/rails s

open your browser and go to localhost:3000

How to test it

cd challenge-me
rspec