Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamdipankarpaul/budget_app_react


https://github.com/iamdipankarpaul/budget_app_react

Last synced: 1 day ago
JSON representation

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,