# Crowdfunder
This is a crowdfunding app built in ruby. It can be integrated into any ruby application and framework.
## Introduction
Crowdfunder allows for various projects be created and funded through funding rounds. Projects will have funds added or deducted at random. Projects can also receive pledges from 3 pledge categories to make up for additional funding.
### Technologies
-
Ruby 3
-
Rspec 3
## Setup
To run this gem, download then install it locally.
$ gem install crowdfunder-1.0.1.gem
You have the option to load projects from the command line in a CSV file. Additionally a default projects.csv file is packaged in the gem.
## Sources
This app was inspired by Mike and Nicole of The Pragmatic Studio.