The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.
Currently if a user selects a custom date range option it will be empty and it shows the transaction table and analytics as below.
Instead when the user selects custom date range option in the transactions table we could persist the last date range, that means if the last selected option was "Last 1 week" we could prefill the start and end date based on that or we could have a default range like last 10 days that will be prefilled on the range selector, it would improve the user experience.
Currently if a user selects a custom date range option it will be empty and it shows the transaction table and analytics as below.
Instead when the user selects custom date range option in the transactions table we could persist the last date range, that means if the last selected option was "Last 1 week" we could prefill the start and end date based on that or we could have a default range like last 10 days that will be prefilled on the range selector, it would improve the user experience.