Skip to content

Fintech Open-Source Application using React Native ๐Ÿš€

Notifications You must be signed in to change notification settings

ibrahimmemonn/FintechApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Light Mode Dark Mode

Getting Started ๐Ÿš€

I have successfully developed a cutting-edge fintech open-source application using React Native, incorporating a meticulously designed architecture. The key features and technologies integrated into the application include:

Redux Toolkit: ๐Ÿช„

Leveraging the power of state management through Redux Toolkit for efficient data handling and seamless updates.

Redux-Persist: ๐Ÿ—๏ธ

Ensuring persistent state storage for enhanced user experience, allowing seamless data retrieval even after app closures.

Bottom Navigation: โ™Ÿ๏ธ

Implementing an intuitive and user-friendly navigation system, enhancing the overall accessibility and flow of the application.

Splash Screen: โœจ

Incorporating a visually appealing splash screen to provide users with a smooth and engaging onboarding experience.

Dark Mode Feature: ๐Ÿ”ฎ

Offering users a personalized experience with a Dark Mode feature that seamlessly adapts to both user preferences and system preferences, enhancing usability in various settings.

Async-storage: ๐Ÿงฉ

Utilizing async-storage for efficient and asynchronous data storage, contributing to faster app performance and responsiveness.

Structured Components: ๐Ÿงณ

Designing a robust component architecture that enhances the overall maintainability and scalability of the codebase.

Clean and Minimal Design: ๐ŸŽจ

Prioritizing user experience with a clean and minimalistic design approach, ensuring that the application is not only visually appealing but also easy to navigate.

This comprehensive set of features reflects a commitment to best practices in app development, resulting in a sophisticated fintech application that excels in both functionality and design."

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app โ€” you can also run it directly from within Android Studio and Xcode respectively.

Step 3: Modifying your App

Now that you have successfully run the app, let's modify it.

  1. Open App.js in your text editor of choice and edit some lines.

  2. For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd โŒ˜ + M (on macOS)) to see your changes!

    For iOS: Hit Cmd โŒ˜ + R in your iOS Simulator to reload the app and see your changes!

Congratulations! ๐ŸŽ‰

You've successfully run and modified your React Native App. ๐Ÿฅณ

Now what?

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

About

Fintech Open-Source Application using React Native ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •