Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 3.14 KB

Readme.md

File metadata and controls

99 lines (70 loc) · 3.14 KB

Home Budget React App

 

Github top language Github language count Repository size Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Screenshots   |   Contacts


🎯 About

It's a small application written on React, to calculate your home budget. Just create your account, name your budget and add expenses. You can control your expenses, see the amount of spent money, and date when you create this expense. You can delete your account whenever you want.

✨ Features

✔️ Expense Categories: Users can categorize their expenses (e.g., groceries, transportation, entertainment) and provide visual representation of spending by category.
✔️ Expense Splitting: Users are able to split expenses among multiple categories or budget items to get a more detailed breakdown of their spending.
✔️ Multiple Budgets: Users have an opportunity to create and manage multiple budgets simultaneously, such as separate budgets for personal and household expenses.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/RahymCharyyev/budget-app.git

# Access
$ cd budget-app

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 Screenshots

Alt text   Alt text   Alt text   Alt text   Alt text   Alt text  

📝 Contacts

  Developed ❤️ by Rahym Charyyev

Back to top