# InfoManager-redux **Repository Path**: syjefbz/InfoManager-redux ## Basic Information - **Project Name**: InfoManager-redux - **Description**: 使用React-Native + Redux 做的管理信息的 Android 应用 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 26 - **Forks**: 9 - **Created**: 2016-12-28 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: mobile-app **Tags**: None ## README InfoManger === A very small information management tool,You can save the encrypted information to `OneDrive`, And restore from `OneDrive`. Developed using `react-native + redux`. Currently only supports `Android`. Screenshot --- ![InfoManager](./screenshot/infomanager.gif) Development Background --- Because now we have too many accounts, to remember all too difficult.So write a tool to save. Features --- 1. This application does not save passwords for encrypted messages, so you must keep in mind your password. 2. You can back up the encrypted information to `OneDrive`, And restore it from` OneDrive` to avoid losing information. 3. I18N. The login process --- 1. When the login, check the application directory for encrypted files, if the file does not exist into the application. 2. If there is an encrypted file, use the password to decrypt, if the decryption is successful then into the application, or password is not correct. Install --- 1. Build the [React-Native](http://facebook.github.io/react-native/docs/getting-started.html#content) development environment 2. Installing Dependencies ```shell yarn install ``` 3.Run ```shell react-native run-android ``` OneDrive --- 1. Register your application [Here](https://dev.onedrive.com/app-registration.htm#register-your-app-for-onedrive). 2. Write the obtained `clientid` to `src/configs/AppConfig.js#oneDriveClientId`. 3. Sign up for a [Microsoft](https://account.microsoft.com) account. 4. Restart the program. Finally --- > I do not know how to design the `state`, if you know I hope you can tell me, thank you! >If you have any question or suggestions please tell me, thank you ! :)