Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.22 KB

Charity Organizer

Charity Organizer enables users to favorite local Denver charities and keep track of donations that they have made.

Video Walk Through

Installation

This website can currently only be accessed from a local environment. Please fork and clone this repository for the front-end, as well as the back-end repository:

https://github.com/kathryn0908/charity_backend

Run back-end server first on port 3000: http://localhost:3000/.

Then front-end server on port 3001: http://localhost:3000/.

Github Repo:

https://github.com/kathryn0908/charity_frontend

Backend Repo:

https://github.com/kathryn0908/charity_backend

Programmming Languages Used for this project:

  • Frontend: React, JSX, Material UI

  • Backend: Ruby on Rails

Features

Add favorite Charities to your profile that you would like to donate to. Once you have donated you can update the charity card with your donations and all donations, including the total amount donated is listed on your profile.

Blog Post on this Project:

https://dev.to/kathryn0908/multi-relational-models-in-ruby-how-to-use-includes-to-your-advantage-2pah

Developers