Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeniya14/react-native-crm-app
This repository contains a react native CRM app called Soulmeet. SoulMeet is a CRM (Customer Relationship Management) mobile application developed using React Native.
https://github.com/jeniya14/react-native-crm-app
crm react-native-app react-native-navigation
Last synced: 5 days ago
JSON representation
This repository contains a react native CRM app called Soulmeet. SoulMeet is a CRM (Customer Relationship Management) mobile application developed using React Native.
- Host: GitHub
- URL: https://github.com/jeniya14/react-native-crm-app
- Owner: Jeniya14
- Created: 2023-11-20T15:12:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T07:25:32.000Z (about 1 month ago)
- Last Synced: 2024-11-27T08:27:14.792Z (about 1 month ago)
- Topics: crm, react-native-app, react-native-navigation
- Language: JavaScript
- Homepage:
- Size: 4.51 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoulMeet - React Native CRM App
## Introduction
SoulMeet is a CRM (Customer Relationship Management) mobile application developed using React Native. This project was undertaken as a freelancing assignment for the group called ZerothIndex.The app consists of 11 distinct pages, each designed to facilitate various aspects of customer relationship management.## Project Structure
The project is organized with the following key components:- **Name:** soulmeet
- **Version:** 0.0.1
- **Scripts:**
- `android`: Run the app on Android.
- `ios`: Run the app on iOS.
- `lint`: Run ESLint for code linting.
- `start`: Start the React Native development server.## Dependencies
SoulMeet utilizes various libraries and dependencies to enhance its functionality. Here are the main dependencies:- **@react-native-community/datetimepicker:** Version 7.6.0
- **@react-navigation/bottom-tabs:** Version 6.5.11
- **@react-navigation/native:** Version 6.1.8
- **@react-navigation/native-stack:** Version 6.9.14
- **core-js:** Version 3.33.1
- **react:** Version 18.2.0
- **react-native:** Version 0.72.5
- **react-native-dropdown-select-list:** Version 2.0.5
- **react-native-image-picker:** Version 7.0.0
- **react-native-multiple-select:** Version 0.5.12
- **react-native-safe-area-context:** Version 4.7.2
- **react-native-screens:** Version 3.25.0
- **react-native-sectioned-multi-select:** Version 0.10.0
- **react-native-select-dropdown:** Version 3.4.0
- **react-native-vector-icons:** Version 10.0.0## Node Version
The project is configured to run on Node.js version 16 and above.## Screenshots
Include screenshots of different pages of the SoulMeet app here. You can use image hosting services or upload them directly to the repository.### Login
### Register
### Forget Password
### User About
### User Profile update
### Home
### Detailed profile
### User Preference
## Conclusion
SoulMeet is a React Native CRM app that leverages various libraries to create a robust and user-friendly customer relationship management experience. For detailed information on each page's functionality and implementation, please refer to the source code and relevant documentation.