https://github.com/pivanov/marketingrabbit
https://github.com/pivanov/marketingrabbit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pivanov/marketingrabbit
- Owner: pivanov
- Created: 2017-11-06T19:23:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T13:43:34.000Z (over 7 years ago)
- Last Synced: 2025-02-03T23:56:20.552Z (4 months ago)
- Language: JavaScript
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARKETING RABBIT
[Marketing Rabbit Live](https://marketingrabbit.herokuapp.com/)
Markting Rabbit is a full-stack project with functionality inspired by Task Rabbit, and design and concept inspired by Catalant. It utilizes a Rails backend, a PostgreSQL database, and a React/redux frontend architecuture.
# GOALS
I set out to make an application that would connect businesses with digital marketing agencies using a similar procedure as task rabbit. However, rather than simply allowing users to search and find agencies who can fulfill their service needs (like task rabbit does) I set out to challenge myself and implement a sort of matching feature where a business fills out a project form and that form is then sent off to only those agencies that meet the criteria ( location, size, specialties, etc..). Businesses then respond with a proposal, and communication between the two parties begins.
# FEATURES ( AS OF NOVEMEBER 3, 2017 )
* Users can sign in/sign up as either an agency or a businesses
* Users are redirected to respective dashboard
* Business users can create and submit project forms
* Business users can see a list of their projects
* Business users can see the current stage that their projects are in# CHALLENGES
* Enabling muli-user sign in
* Backend associations to facilitate proper matching# FURTHER PLANS / FEATURES
* Agency users can view potential projects assigned to them by the system
* Agency users can submit proposals for the project
* Business users can also search/filter and choose agencies on their own ( much like task rabbit )
* Businesses and Agencies can chat on the platform once a business reviews proposals and chooses who to work with.