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
-
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.
To run the project locally, follow these steps:
-
Clone the Repository: Begin by cloning the project repository to your local machine using the following command:
git clone https://github.com/razimograbi/ReactPersonalFinaceWeb
-
Navigate to the Project Directory: Move into the project directory by executing the following command:
cd ReactPersonalFinaceWeb
-
Install Dependencies: Install the necessary dependencies required for the project using npm or yarn. If you're using npm, run:
npm install
-
Start the Application: Start the client application by using the following command:
npm run dev
-
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.