Welcome to Coinstar, a finance mobile app designed to help users manage their finances effectively. This project is based on the Coinstar Finance Mobile App UI Kit, featuring a sleek and modern design.
For a preview of the app design, please refer to the Figma Design. This design serves as the UI/UX reference for the app's development.
- 📊 Real-time Financial Data: View and track your financial status easily.
- 💳 Expense Management: Add, edit, and categorize expenses.
- 🔔 Notifications: Receive timely reminders and alerts about financial activities.
- 📈 Graphs & Analytics: Visualize your spending with dynamic charts and graphs.
- React Native - Cross-platform mobile app development
- Redux - State management
- TypeScript - Strongly typed programming language for JavaScript
- React Navigation - App navigation
- Axios - API requests
- **Stylesheets ** - For styling the app
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/repo-bilalnaeem/Coinstar.git cd Coinstar
-
Install dependencies:
yarn install # or npm install
-
Start the app:
yarn start # or npm start
-
Run on Android or iOS:
yarn android yarn ios
Coinstar/
│
├── app/ # Main source code
│ ├── (authenticated)/ # Authenticated screens
│ └── (identification)/ # Signup components
│
├── assets/ # Images, fonts, etc.
├── components/ # Reusable components
├── constants/ # Resuable stylesheets
├── ios/ # IOS build folder
├── screenshots/ # App screenshots
├── store/ # Redux store and slices
├── utils/ # Utility functions
├── package.json # Project configuration
└── README.md # Project README file