FILE IT is personal data storage mobile app built with React Native and as a storage I have used Web3 Storage - IPFS.

Generally we do use centralised service like Google Drive and Google Photos but with the help of decentralise storage solution by FileCoin we no longer need to worry about privacy of our Data.

Here is the app, in app there are mainly three functionalities 1) To-Do list 2) Document Storage 3) Photos

1) In To-Do list we can create todo list items with title and description and its Json data will get stored in IPFS. (show example by creating Todo)

2) After that there is Drive which is document storage in this we can upload any document from our phone and it will uploaded to Web3 Storage

3) Photos, as mentioned previously, we no longer need to share our data with centralised company and can use persistent storage by file coin. (demo) Here we need to select photos and upload, it will get uploaded to Web3 storage and we will get cid for that image.

My next goal is to implement encryption mechanism to ensure privacy of user's data and and use pinning service to make sure users data stays on the decentralised storage network of filecoin.

Built With

Share this project:

Updates