Git Product home page Git Product logo

tikattak's Introduction

TikAtTak

tikattak_logo

This is a fork from tiktok-ui (thanks to @ReinanHS), with some added functionality. TikTok, also known as Douyin in China, is a media app for creating and sharing short videos. The purpose of this is a proof of concept to demonstrate how popular social media applications can take potentially sensitive user data without the user's awareness.

In this specific application, the clipboard will be copied for every key press (similar to how iOS14 exposed Tik Tok). An example of the application working can be seen below (right) with an example of iOS (left):

portfolio_view portfolio_view

The User Interface

portfolio_view portfolio_view
## Prerequisites

Development environment

  • Binaries
    • Node: 12.9.1
    • Yarn: 1.21.1
    • npm: 6.13.7
  • npmPackages
    • react: 16.9.0
    • react-native: 0.61.5

Installation

The first thing we have to do is download the repository for our development environment

git clone https://github.com/sengi12/tikattak.git

GITHUB

Run the following command to download the project's dependencies

npm install

NPM

Now that all the dependencies have been downloaded we will install the application on the emulator with the following command

npx react-native run-android

android

If your NodeJS version is greater than 12.10

Expo fails to start the project: error Invalid regular expression: /(.*\\__fixtures__

If you have a problem with this error, follow these steps

to solve this problem you have to change this file \node_modules\metro-config\src\defaults\blacklist.js there is an invalid regular expression that needed changed. I changed the first expression under sharedBlacklist from:

var sharedBlacklist = [
  /node_modules[/\\]react[/\\]dist[/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

to:

var sharedBlacklist = [
  /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

for more details see Stackoverflow

Installation video tutorial

See more details in this video

tikattak's People

Contributors

dependabot[bot] avatar reinanhs avatar sengi12 avatar

Stargazers

 avatar

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.