$ git clone https://github.com/shivendram16053/expense-buddy.git $ cd expense-buddy
VaultAI is a web application that helps you manage your finances effectively. It allows users to track incomes, expenses, and provides a comprehensive financial overview.
- Users can sign up securely.
- Existing users can log in to access their accounts.
- Add new incomes with titles, amounts, categories, descriptions, and dates.
- View a list of all incomes.
- Delete individual incomes.
- Add new expenses with titles, amounts, categories, descriptions, and dates.
- View a list of all expenses.
- Delete individual expenses.
- Displays total income, total expenses, and overall balance.
- Detailed history of all transactions, including both incomes and expenses.
$ npm install
$ echo "REACT_APP_API_BASE_URL=http://localhost:8000/api/" > .env
$ npm start
$ cd backend $ npm start
Open http://localhost:3000 in your browser to use VaultAI.
$ git clone https://github.com/your-username/expense-buddy.git $ cd expense-buddy
$ git checkout -b feature/new-feature
$ git add . $ git commit -m "Add new feature"
$ git push origin feature/new-feature