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.
- Clone the repository:
git clone https://github.com/CaioAReis/Quem-me-Deve.git
cd Quem-me-Deve
- Install dependencies:
npm install
# ou
yarn
- Start the server:
npx expo start
📂 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
npm test
# ou
yarn test