Loading repository data…
Loading repository data…
AdrianoEscarabote / repository
This project involves the development of a full-stack personal finance application that helps users manage budgets, savings, and transactions efficiently. This is the front-end repository for the project.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a solution to the Personal finance app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
Follow these steps to set up the project:
Clone the project repository using the following command:
git clone https://github.com/AdrianoEscarabote/personal-finance-app
Navigate to the project's root directory:
cd personal-finance-app/frontend/
Install project dependencies by running:
npm install
To start the development server and preview your application, use the following command:
npm run dev
Explore and visualize components using Storybook with this command:
npm run storybook
Run tests by executing the following command:
npm run test
To run end-to-end (E2E) tests with Playwright, make sure your backend server is running before executing the command below:
npm run e2e:ui
This will open the Playwright Test UI for interactive E2E testing.
Operational System
Front-end
Back-end
Tools
AdrianoEscarabote
Copyright © 2025 AdrianoEscarabote. This project is MIT licensed.
Give a ⭐️ if this project helped you!