An open API service indexing awesome lists of open source software.

https://github.com/debugagrawal/adminpanel-mahfin

A Generic Admin Panel cum Monitoring Tool to show data of Transactions paid by customer. ✅
https://github.com/debugagrawal/adminpanel-mahfin

contextapi fintech-design fintech-utility reactjs tableview tailwindcss vanilla-javascript

Last synced: 2 months ago
JSON representation

A Generic Admin Panel cum Monitoring Tool to show data of Transactions paid by customer. ✅

Awesome Lists containing this project

README

          


👨‍💻 A Generic Admin Panel to Monitor Transactions made by Users 💱

---

> ## 🎯 A Tabular visualization of Transactions comprising the of following features :
- Total Count of Transactions. (Dynamically Updated)
- Filtering Transaction Data :
- Based on A particular User ID.
- Between a certain range of days, by using two dedicated date pickers for start and end date.
- For a Particular Branch location.
- Based on the type of transaction.
- Based on the status of transaction.
- By a combined accessiblity of all above options simultaneously.
- Sorting the transactions in both order based on the date of transaction.
- Deleting the Transactions.

> ## Tech Stack Used :
- UI Framework : `ReactJS ⚛`.
- Styling Framework : `TailwindCSS 〰`
- State management : `React Context API`.