Skip to content

Repository files navigation

React Native Banking App

Welcome to the React Native Banking App! This mobile banking application is built with React Native and TypeScript, providing users with a seamless banking experience on their mobile devices.

Table of Contents

  1. Features
  2. Folder Structure
  3. To-Do
  4. Installation
  5. Getting Started
  6. Technologies Used

Features

  • Authentication: Users can securely sign in and sign up for their accounts.
  • Dashboard: Offers an overview of account summary and transaction history.
  • Transactions: Allows users to transfer funds and view transaction details.
  • Account Management: Provides functionality to manage accounts and settings.

Folder Structure

├───assets
│   └───images
├───components
│   ├───Account
│   ├───Auth
│   ├───Common
│   ├───Dashboard
│   ├───Navigation
│   └───Transactions
├───data
├───hooks
├───models
├───screens
│   ├───Account
│   ├───Auth
│   │   ├───SignInScreen
│   │   └───SignUpScreen
│   ├───Dashboard
│   └───Transactions
├───services
└───utils

To-Do

  • Authentication
    • Sign In
    • Sign Up
  • Dashboard
    • Implement Dashboard Screen
    • Display account summary
  • Transactions
    • Implement Transactions Screen
    • Allow users to transfer funds
    • Display transaction history
  • Account Management
    • Implement Account Management Screen
    • Allow users to manage accounts and settings

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Install dependencies:
cd react-native-banking-app
npm install
  1. Start the app:
npm start

Getting Started

  1. Authentication: Users can sign in with their email and password or create a new account through the sign-up process.

  2. Dashboard: The dashboard provides a snapshot of account summary and recent transactions.

  3. Transactions: Users can initiate fund transfers to other accounts and view their transaction history.

  4. Account Management: Offers functionality to manage user accounts, including profile settings and preferences.

Technologies Used

  • React Native
  • TypeScript
  • React Navigation
  • etc.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages