Giter Club home page Giter Club logo

ikai's Introduction

ikai

A one stop app to scan, edit and share.

Before installing the application on your smartphone, please setup the react-native development environment using the react-native-cli (and not expo).

Installation (for android)

Step 1:

After cloning the repo go into the root directory of ikai and run npm install to install the dependencies. A directory named node_modules would be made where all the dependencies get stored.

Step 2:

Now inside the node_modules directory find the module named react-native-wifi-and-hotspot-wizard*.
Inside this module's directory, go to /android/src/main/java/com/reactnativewifiandhotspotwizard/RNWifiAndHotspotWizardModule.java and comment out line number 28

import android.widget.Toast;
// import sun.security.ec.point.ProjectivePoint.Mutable;   <----This line is to be commented
import android.os.Build;
import java.net.Inet4Address; 


Again, it the node_modules directory, find the module named react-native-virgil-crypto.
Inside this module, open android/build.gradle and comment out line 93 to line 99

pom.project {
...
description packageJson.description
url packageJson.repository

// licenses {                                                        -  
//     license {                                                    -                                                    
//         name packageJson.license                                -                                                            
//         url packageJson.repository + '/blob/master/LICENSE'    -------------------These lines will be commented                               
//         distribution 'repo'                                     -                                         
//     }                                                            -                                                        
// }                                                                 -                                                     

developers {
    developer {
        ...
    }
}
   }

Step 3:

After succesful installation of the dependencies, start the react-native development server by running react-native-start.

Step 4:

Keep the server running and in a separate terminal, run react-native run-android to start building the app for android system. This process would take some considerable amount of time.

The app would start running on your phone after the process is executed.

Features (Brief explanation of the tech stack)

The app has the following features:

Document Scanner

Any document of a resonable size can be scanned with the help of the scanner provided in the app.

Offline/Online File Transfer

The app has both offline and online transfer with incredibly fast speed.
Offline sharing takes place through via wifi-hotspot.
Online sharing uses p2p connections for sharing files.

Dedicated multimedia editor

We have added a video editor and a photo editor to enable editing of files within the app.

Chat for collaboration

A history of files which were shared in the past is maintained in a chat-like form where two users can chat with each other like a normal messaging service. This would enhance the collaboration process in any project/task.

ikai's People

Contributors

burnerlee avatar cypherean avatar mhk19 avatar ishan-002 avatar

Stargazers

 avatar

Watchers

James Cloos avatar

ikai's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.