Skip to content

Finanzas Personales App es una aplicación diseñada para ayudarte a gestionar tu dinero de manera eficiente. Con esta herramienta, puedes registrar ingresos y gastos, visualizar estadísticas y establecer presupuestos para mejorar tu control financiero.

Notifications You must be signed in to change notification settings

BrightCoders-Institute/FinanceTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FinanceTracker

Project Overview

Finance Tracker is an application designed to help you manage your money efficiently. With this tool, you can record income and expenses, visualize statistics, and set budgets to improve your financial control.

The project is divided into two main parts:

  • Client: Built with React Native (using Expo) for a mobile user interface.
  • Server: for backend operations.

Authors

Installation

🔧 Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Expo CLI (for running the client)

Steps

You can clone this repository

  git@github.com:beatrizheav/FinanceTracker.git

Navigate to the projecto directory:

  cd FinanceTracker

Install dependencies:

  npm install

Run the backend server with

  cd server
  npm run dev

And run the frontend application with

  cd client
  npx expo start

Contributing Guidelines

How to Contribute:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "feat: Add your feature description"
  1. Push to your branch:
git push origin feature/your-feature-name
  1. Submit a pull request.

About

Finanzas Personales App es una aplicación diseñada para ayudarte a gestionar tu dinero de manera eficiente. Con esta herramienta, puedes registrar ingresos y gastos, visualizar estadísticas y establecer presupuestos para mejorar tu control financiero.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%