Skip to content

razimograbi/ReactPersonalFinaceWeb

Repository files navigation

Budget Buddy

This is a web based application for personal finance managment that includes: budget setting, expense categorization, and financial goal setting.

You can login using the following details:

username- [email protected]

password- 123456

Technologies Used

  • React: A powerful JavaScript library utilized for constructing user interfaces, boasting a component-based architecture that enhances development efficiency.

  • Tailwind CSS: Employing a utility-first approach, Tailwind CSS facilitates streamlined styling of the application, offering extensive customization options.

How to Run the Project

To run the project locally, follow these steps:

  1. Clone the Repository: Begin by cloning the project repository to your local machine using the following command:

    git clone https://github.com/razimograbi/ReactPersonalFinaceWeb
    
  2. Navigate to the Project Directory: Move into the project directory by executing the following command:

    cd ReactPersonalFinaceWeb
    
  3. Install Dependencies: Install the necessary dependencies required for the project using npm or yarn. If you're using npm, run:

    npm install
    
  4. Start the Application: Start the client application by using the following command:

    npm run dev
    
  5. Access the Application: Open your web browser and navigate to http://localhost:3000 to access the running application.

Now you should be able to view and interact with the application locally on your machine.

Link to the Project MTW