This React Native Expo app is a FinTech clone designed to provide users with financial services such as banking, investing, and budgeting functionalities. The app utilizes modern technologies to offer a seamless user experience across both iOS and Android platforms.
- Banking Services: Users can perform basic banking operations such as account management, transactions, and bill payments.
- Investment: Provides tools for users to track investments, analyze trends, and make informed decisions.
- Budgeting Tools: Offers budgeting features to help users manage their expenses, set financial goals, and track spending.
- Security: Implements robust security measures to ensure the safety of user data and transactions.
- Customization: Allows users to personalize their experience with customizable settings and preferences.
To run the app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/essejacquesdansomon/react-native-fintech-clone.git as fintech
-
Navigate to the project directory:
cd fintech-clone
-
Install dependencies:
npm install
-
Start the development server:
npm start
This will launch the Expo development server.
-
Scan QR Code: Use the Expo Go app on your mobile device to scan the QR code displayed in the terminal or Expo Dev Tools. This will open the app on your device.
- React Native: Framework for building native mobile applications using JavaScript and React.
- Expo: A set of tools and services for building and deploying React Native apps.
- Redux: State management library for managing application state.
- Firebase: Backend services for authentication, database, and cloud functions.
- React Navigation: Routing and navigation library for React Native apps.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -m "Add new feature"
). - Push to the branch (
git push origin feature/your-feature
). - Create a pull request.
This project is licensed under the MIT License.