This app now in developing state. The main goal is to create decentralized app for notice. Notes will be stored (backUp) on devices of another users in encrypted state, so that no one can read yours personal data.
Nowadays mostly users not have public ip because of problem of deficit IPv4. So the temporary decision is implement simply server for communication batten users devices.
Later will also Created WebSite web version for working with Desktops.
##Problems to Slove:
- Notes from Apple not sport Android device and Windows.
- Google Keep not Allow password for notes.
- All notes program store notes by server centralized.
- No Security place for holding passwords like Bitcoin private keys.)))
- i'm not sure if workers of this company have access to my data.
##Team:
- Yevhen Baidiuk @y.baidiuk [email protected] (Founder, Developer)
- Vytalij Sikora @knupman (Developer)
- Roja Mojo @rojoMojo (Developer)
- Alkis Mavridis @alkismavridis (Source of inspiration, Pianist, Lazy guy)
- Oleh Baidiuk @OBloM (Lazy guy)
##Instruction to install
official link for setUp https://facebook.github.io/react-native/docs/running-on-device.html
###installation for android:
- clone https://github.com/ybaidiuk/internotes.git
- npm install or yarn install
- react-native run-android (sometimes need to delete existing app(if you have) if you are get red screen)
###installation for ios:
- clone https://github.com/ybaidiuk/internotes.git
- npm install or yarn install
- file /internotes/ios/internotes.xcodeproj . (open in finder as xcode project)
- on General and Test tab check if account connected .
- pres play button (on xcode)
- Shake your device to open the Developer menu,
- enable life reload
- for logging you need change 'localhost' in ./node_modules/react-native/Libraries/WebSocket/RCTWebSocketExecutor.m to you IP and then select "Debug JS Remotely" from the Developer Menu. (https://facebook.github.io/react-native/docs/debugging.html)