Bugify is a modern web application designed to help users manage finances, track expenses, and create budgets effortlessly. Built with React, it offers a sleek and intuitive interface for all your money management needs.
357979508-ffadf2a8-f5b7-420f-b3db-766a62646d02.mp4
- 📊 Expense Tracking – Log and categorize expenses with ease.
- 💵 Budget Management – Create and monitor multiple budgets.
- 📈 Financial Overview – Visualize spending habits and savings.
- 📱 Responsive Design – Works seamlessly on all devices.
- 🔒 User Authentication – Secure login and registration.
- Node.js (v14.x or later)
- npm or yarn
-
Clone the Repository:
git clone https://github.com/homayunmmdy/Bugify.git cd Bugify -
Install Dependencies:
npm install # or yarn install -
Run the Application:
npm start # or yarn startThe app will launch at
http://localhost:3000.
-
🔐 Create an Account
Register or log in to access personalized financial tools. -
💸 Manage Expenses
- Add and categorize expenses.
- View spending trends via charts and reports.
-
📅 Create Budgets
- Set budgets for categories (e.g., groceries, entertainment).
- Track progress to stay on target.
-
📊 Financial Overview
Get insights into income, expenses, and savings.
src/
├── components/ # Reusable React components
├── pages/ # Page views (dashboard, expenses, budgets)
├── action/ # Application actions
├── styles/ # SCSS styles (modular structure)
├── util/ # Utility functions and logic
public/ # Static assets (images, fonts)
We welcome contributions! Here’s how:
- Fork the repository.
- Create a branch:
git checkout -b feature/your-feature
- Commit changes:
git commit -m "Add your feature" - Push and open a PR on GitHub.
- Improved spacing and structure for readability.
Let me know if you'd like any adjustments!