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.
- Node.js (v14 or higher)
- npm or yarn
- Expo CLI (for running the client)
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
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "feat: Add your feature description"
- Push to your branch:
git push origin feature/your-feature-name
- Submit a pull request.