Skip to content

Bugify is a simple web application built with React, JavaScript, and Tailwind CSS. It allows users to track their expenses by adding, editing, and deleting and see detail items, and displays the total expenses and much more

Notifications You must be signed in to change notification settings

homayunmmdy/Bugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugify

Bugify is a web application designed to help users manage their finances, track expenses, and create budgets. The application is built using React, offering a user-friendly interface for all your money management needs.

1723658382283.mp4

Features

  • Expense Tracking: Easily log and categorize your expenses.
  • Budget Management: Create and manage multiple budgets.
  • Financial Overview: Get a detailed view of your spending habits and savings.
  • Responsive Design: The application is fully responsive and works seamlessly on all devices.
  • User Authentication: Secure login and registration for personalized financial management.

Installation

Prerequisites

  • Node.js (version 14.x or later)
  • npm or yarn

Steps

  1. Clone the Repository:

    git clone https://github.com/homayunmmdy/Bugify.git
    cd Bugify
  2. Install Dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install
  3. Run the Application:

    Using npm:

    npm start

    Using yarn:

    yarn start

    The application will start on http://localhost:3000.

Usage

  1. Create an Account:

    • Register for a new account or log in with your existing credentials.
  2. Manage Expenses:

    • Add and categorize your expenses to keep track of where your money is going.
    • View your spending patterns with visualizations and summaries.
  3. Create Budgets:

    • Set up budgets for different categories (e.g., groceries, entertainment, etc.).
    • Track your progress against your budget to ensure you stay on track.
  4. Financial Overview:

    • Get a comprehensive overview of your finances, including total income, expenses, and savings.

Project Structure

  • src/components - Contains React components used throughout the application.
  • src/pages - Contains page components representing different views (e.g., dashboard, expenses, budgets).
  • src/services - Contains service files for API calls and utilities like date and currency formatting.
  • src/styles - Contains styling files.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add some feature'.
  5. Push to the branch: git push origin feature/your-feature-name.
  6. Open a pull request.

About

Bugify is a simple web application built with React, JavaScript, and Tailwind CSS. It allows users to track their expenses by adding, editing, and deleting and see detail items, and displays the total expenses and much more

Topics

Resources

Stars

Watchers

Forks