Skip to content

Is a simple mobile app built with React Native, designed to help users manage and track personal debts in a practical and intuitive way.

Notifications You must be signed in to change notification settings

CaioAReis/Quem-me-Deve

Repository files navigation

📱 Quem Me Deve

Is a simple mobile app built with React Native, designed to help users manage and track personal debts in a practical and intuitive way.

This app is ideal for anyone who needs a clear and organized way to keep track of informal loans, helping users avoid forgetfulness and maintain better financial control.

🚀 Technologies

React Native Expo JS Typescript Tailwind Prettier JSON Jest Figma

📦 Installation

  1. Clone the repository:
  git clone https://github.com/CaioAReis/Quem-me-Deve.git
  cd Quem-me-Deve
  1. Install dependencies:
  npm install
  # ou
  yarn
  1. Start the server:
  npx expo start

🏆 Folder structure

  📂 src                // Root directory
  |--📁 @types          // Component types
  |--📁 app             // Application Pages
  |--📁 assets          // Stores static files like images and fonts
  |--📂 components      // Reusable components
  |  |--📁 layout       // Application Layout Components
  |--📁 data            // Static data or data models
  |--📁 features        // Specific modules by grouping components and logic
  |--📁 hooks           // Custom hooks
  |--📁 lib             // External libraries, utilities or integrations
  |--📁 services        // API calls, external services or integrations
  |--📁 store           // Manage global state
  |--📁 utils           // Utility and helper functions for general use

🧪 Tests

npm test
# ou
yarn test

📷 ScreenShots

About

Is a simple mobile app built with React Native, designed to help users manage and track personal debts in a practical and intuitive way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published