Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdipankarpaul/budget_app_react
https://github.com/iamdipankarpaul/budget_app_react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamdipankarpaul/budget_app_react
- Owner: iamdipankarpaul
- Created: 2023-12-18T16:33:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:33:39.000Z (about 1 year ago)
- Last Synced: 2024-11-11T14:10:55.521Z (2 months ago)
- Language: JavaScript
- Homepage: https://budget-app-react-steel.vercel.app
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomeBudget | React
It is a simple budgeting application where you can create a list of budgets. You can also add a list of expenses to an individual budget. You can view each budget individually, delete it or you can delete a specific expense of the budget. You can also see all the expenses in one page.
I have used the browser local storage for this project and once logged out, all your data will be deleted.
- [Folder structure](#folder-structure)
- [Installation and usage](#installation-and-usage)
- [Author](#author)## Folder structure
```bash
src
┣ actions
┃ ┣ budgetAction.js
┃ ┣ dashboardAction.js
┃ ┣ deleteBudgetAction.js
┃ ┣ expensesAction.js
┃ ┗ logoutAction.js
┣ assets
┃ ┣ illustration.jpg
┃ ┣ logomark.svg
┃ ┗ wave.svg
┣ components
┃ ┣ AddBudgetForm.jsx
┃ ┣ AddExpenseForm.jsx
┃ ┣ BudgetItem.jsx
┃ ┣ ExpenseItem.jsx
┃ ┣ Intro.jsx
┃ ┣ NavBar.jsx
┃ ┗ Table.jsx
┣ layouts
┃ ┗ Main.jsx
┣ pages
┃ ┣ BudgetPage.jsx
┃ ┣ DashBoard.jsx
┃ ┣ Error.jsx
┃ ┗ Expenses.jsx
┣ App.jsx
┣ helpers.js
┣ index.css
┗ main.jsx
```## Installation and usage
## Author
Dipankar Paul,