Skip to content
Aditya Mahajan edited this page Apr 13, 2021 · 8 revisions

Welcome to the CRED-T7 wiki!

Credit Card Management System

by Cred

  • This app aims to help the users in managing their credit cards which becomes a difficult task especially if you have multiple cards in your possession.
  • Users can add their credit cards, and then they can view all these cards at one place and make a note on their transactions along with insights related to the usage of each card.
  • They can also pay their card bills from the app itself and might even get rewards for timely payments.

The application provides the users with a common platform to manage all their credit cards and pay the bills on time without the hassle of visiting the portals of each credit card provider to pay the outstanding amount, if any.

Hacks

  • Used batteries included Django's User model containing fields like username, hashed password, email, etc.
  • Filtered query set returned to aggregate records on the backend itself to send top 10 vendors on the basis of total money spent for each.
  • Added Pagination to reduce clutter on frontend and display latest transactions on a card.

Improvements

  • OTP verification while adding cards.
  • Family cards, one user allowing different user to use same card.

Contributors :

Clone this wiki locally