- 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.
- UI Framework :
ReactJS ⚛
. - Styling Framework :
TailwindCSS 〰
- State management :
React Context API
.