Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sankhadeepdutta/Expense_Dashboard
https://github.com/sankhadeepdutta/Expense_Dashboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sankhadeepdutta/Expense_Dashboard
- Owner: sankhadeepdutta
- Created: 2023-09-08T13:02:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-09T07:30:29.000Z (about 1 year ago)
- Last Synced: 2024-07-13T02:31:54.007Z (4 months ago)
- Language: R
- Homepage: https://sankhadeep-dutta.shinyapps.io/Home_expense_dashboard/
- Size: 478 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sankhadeepdutta/Expense_Dashboard - (R)
README
# Expense Dashboard
A dashboard developed in R Shiny to keep track of all the expenses.
Click here to open the dashboard.![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_ss.png?raw=true)
## Features
- Developed using the bs4Dash package, leveraging AdminLTE framework.
- Gives a quick overview of total expense of current month along with the most expensive item.
- Displays a item-wise expense plot
- Displays a monthly expense graph for monitoring purposes.## Tutorial
- Click on the Fetch/Refresh button to get the latest data.
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_land.png?raw=true)- The dashboard displays the data.
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_fetch.png?raw=true)- Go to the Data Table tab to view the table.
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_table.png?raw=true)- To enter new record go to Data Entry tab.
- Choose the date, enter expense item and expense amount.
- Click on Add Item button after each entry. After completion click on Preview button.
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_entry.png?raw=true)- You can preview the entered data details
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_preview.png?raw=true)- Click on Add record button. After successful entry, you will receive a success prompt.
![App Screenshot](https://github.com/sankhadeepdutta/Expense_Dashboard/blob/master/Dashboard%20screenshots/Home_expense_success.png?raw=true)
Note: Click on Fetch/Refresh button again to get the updated data.