By: Anna Cheng
Coupon Clips is a fullstack CRUD application built using Ruby on Rails on the backend and React on the frontend. This web application utlizes async await to fetch API data which is deployed on heroku.
User is able to enter in data based on original cost of an item alongside the saving percentage and cost by month and pre-listed vendors. The comparison is shown on the graph which includes many-to-many relationship between two models: vendor and savings.
The map method is used to return a list of saving results on the bottom of the page. Each entry that is posted has the functionality to be edited and deleted.