Skip to content

VitorLelis/nami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nami

Nami is a mobile app built with Expo, React Native, and TypeScript that serves as a personal finance manager. It allows users to register transactions, organize them into custom wallets, track budgets, and set savings goals.

Table of Contents

Features

  1. Transaction Registration: Add incomes and expenses with details such as description, value and date.
  2. Custom Wallets: Create and manage multiple wallets (e.g., Cash, Bank, Credit Card) to organize your money.
  3. Budget Tracking: Set monthly budgets and monitor spending against them.
  4. Savings Goals: Define savings targets and track progress toward achieving them.

Installation

  1. Clone the Repository:
git clone https://github.com/VitorLelis/nami.git
cd nami
  1. Install Dependencies: Make sure you have Node.js and Expo installed. Then install dependencies:
npm install
# or
yarn install
  1. Run the Development Server: Start the Expo server:
npx expo start
  1. Run on Device: Scan the QR code with the Expo Go app (iOS and Android) or use an emulator (iOS requires macOS).

Contributing

We welcome contributions to improve Nami! To contribute:

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or bugfix:
git checkout -b feature-name
  1. Commit your changes:
git commit -m "Add new feature or fix"
  1. Push your branch to GitHub:
git push origin feature-name
  1. Open a Pull Request on the original repository.

About

Finance Management Mobile App 💰

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published