Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update features and screenshots
  • Loading branch information
thuhc authored Oct 17, 2019
1 parent 97aadec commit eab25fe
Showing 1 changed file with 44 additions and 15 deletions.
59 changes: 44 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# File IT

- Sharing any files using ProximaX SDK
- Upload any files using ProximaX SDK
# ProximaX File IT Features
- Register an account (new or from your private key)
- Login an account
- Save an account to ProximaX Data Central
- Recovery an account from ProximaX Data Central
- Upload a file with public, encrypt keys, encrypt password
- Sharing a file to friend with public, encrypt keys, encrypt password
- View a file, such as pdf, video...
- Edit a simple text file

## Requirements
- OS Window, Mac OS, Linux
Expand All @@ -12,22 +17,46 @@
- ProximaX Storage Java SDK: java-chain-xipfs-sdk
- ProximaX Java Chain SDK: java-xpx-chain-sdk

## Installation
Checkout the repository and build
## Screenshots

1. Login

![login](https://user-images.githubusercontent.com/40444940/66979184-c88f1a80-f0d6-11e9-8fe0-2036ecb4424e.png)

2. Sign-up

![signup](https://user-images.githubusercontent.com/40444940/66979269-258ad080-f0d7-11e9-95c7-9a53d1a8657c.png)

3. Network Configuration

![Network Configuration](https://user-images.githubusercontent.com/40444940/66979357-6256c780-f0d7-11e9-9faa-72dfd7945c67.png)

4. Home

![Home](https://user-images.githubusercontent.com/40444940/66979782-ecebf680-f0d8-11e9-8432-d4385b06028f.png)

5. Upload Dialog

![Upload](https://user-images.githubusercontent.com/40444940/66979476-dc874c00-f0d7-11e9-9ab2-3d7592f3fd4a.png)

6. Sharing Dialog

![Sharing](https://user-images.githubusercontent.com/40444940/66980002-af3b9d80-f0d9-11e9-884d-274401c380be.png)

7. User Profile Dialog

![User Profile](https://user-images.githubusercontent.com/40444940/66980076-e6aa4a00-f0d9-11e9-8f70-ad3217f039bc.png)

```
# mvn clean install
```
8. View a text file

## Run
![View Text](https://user-images.githubusercontent.com/40444940/66980761-0a6e8f80-f0dc-11e9-94a2-a2599944b5d9.png)

```
# cd staging
# java -jar file-it-<VERSION>.jar io.proximax.main.FileIt
```
9. Play a video

## Demo
![Player](https://user-images.githubusercontent.com/40444940/66980193-51f41c00-f0da-11e9-9c75-ec70f75e896e.png)

10. Simple editor

![Editor](https://user-images.githubusercontent.com/40444940/66980666-cbd8d500-f0db-11e9-830c-433b01c1a5ec.png)

<sub>Proximax Limited Copyright (c) 2019</sub>

0 comments on commit eab25fe

Please sign in to comment.