Giter Site home page Giter Site logo

tiktok-ui's Introduction

Tik Tok UI Clone

TikTok, also known as Douyin in China, is a media app for creating and sharing short videos.

Interactions

portfolio_view portfolio_view

What is the purpose of this repository?

I created this repository to study React Native and try to recreate several famous app designs.

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

How to install?

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

git clone https://github.com/ReinanHS/tiktok-ui.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

Contributors

We would like to thank the following contributors for helping to develop this repository

  • ReinanHS

Help the project, make a difference List of Collaborators

tiktok-ui's People

Contributors

dependabot[bot] avatar reinanhs avatar

Watchers

 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.