All Projects → SimCoderYoutube → TiktokClone

SimCoderYoutube / TiktokClone

Licence: MIT License
TIKTOK Clone React Native Tutorial 2021 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this se…

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TiktokClone

Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+22436.23%)
Mutual labels:  native, native-apps, app-framework, expo
ult
The Ultimate Dev Stack
Stars: ✭ 54 (-21.74%)
Mutual labels:  native, native-apps, app-framework
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+463.77%)
Mutual labels:  native, expo
React Native Css Gradient
React Native css gradients - react-native-linear-gradient with css gradient support
Stars: ✭ 129 (+86.96%)
Mutual labels:  native, expo
tasit-apps
Native mobile Ethereum dapps for mainstream users
Stars: ✭ 35 (-49.28%)
Mutual labels:  native, expo
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+57.97%)
Mutual labels:  native, native-apps
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (+144.93%)
Mutual labels:  native, expo
smovie-expo
[New] New version with more examples: https://github.com/theo-mesnil/WhatToWatch [Old version] Smovie is the simplest and fastest way to discover movies, series and actors. With React Native, Expo and themoviedb 🎥
Stars: ✭ 19 (-72.46%)
Mutual labels:  native, expo
Expo-Super-Mario-World
Native Super Mario World in Expo
Stars: ✭ 24 (-65.22%)
Mutual labels:  native, expo
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+1757.97%)
Mutual labels:  native, expo
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-52.17%)
Mutual labels:  native, native-apps
expo-doodle-jump
No description or website provided.
Stars: ✭ 44 (-36.23%)
Mutual labels:  native, expo
status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: ✭ 73 (+5.8%)
Mutual labels:  native, expo
xDL
🔥 xDL is an enhanced implementation of the Android DL series functions.
Stars: ✭ 117 (+69.57%)
Mutual labels:  native
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (-21.74%)
Mutual labels:  expo
turtle-action
🐢 Turtle CLI with GitHub Actions for building expo-project
Stars: ✭ 16 (-76.81%)
Mutual labels:  expo
phpmon
Lightweight, native Mac menu bar app that interacts with Laravel Valet. Helps you manage multiple PHP installations, locate config files and more.
Stars: ✭ 1,896 (+2647.83%)
Mutual labels:  native
native-kitchensink
📱 Playground for ReactiveSearch Native components
Stars: ✭ 46 (-33.33%)
Mutual labels:  expo
PointerScript
Scripting language with pointers and native library access.
Stars: ✭ 26 (-62.32%)
Mutual labels:  native
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-60.87%)
Mutual labels:  native

Welcome to TiktokClone 👋

Version License runs with expo image image image

Main repository of the SimCoder's youtube series "Make an App like TIKTOK"

Make a web app Like TIKTOK

I'll show you how you can do this in the simplest way and terms possible.

By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects!

Any question, ask me in the Forum, every question gets an answer! http://www.simcoder.com/forum

This project will be made using react native, firebase firestore, firebase storage, redux, expo, along with a lot of other packages and technologies which will help us get this TIKTOK clone app up and running as fast as possible.

📺 View the youtube tutorial series here


Features

In here you'll find a list of all the features implemented in this project and the youtube tutorial for a detailed explanation of each one of them. However you can see the full series of how to make this project in the following youtube playlist

Currently the project has the following features:


💻 Install

First you need to install Nodejs and npm, this is different depending on the OS you are running so it is easier to check the node page

Install expo, if it fails run you might need to run this with sudo

npm install expo-cli --global

Install the needed packages while in the root folder of the project

npm install

Install firebase tools

npm install -g firebase-tools

Deploy the project to yout firebase projhect (make sure to have billing enabled for that project). copy the backend/functions/index.js into a different place

cd backend
firebase login
firebase init (choose functions, javascript, EsLint and install deplendencies)

Copy the index.js into the place of the new index.js

firebase deploy

You can check the first video on this series to learn how to do it easily


📱 Usage

To Start expo all you have to do is run this line

expo start

If you want to run on android you'll need to enable developer options and USB Debugging on your device


💙 question FAQ

If you have any question then please use the following Forum.


👤 Author

SimCoder

🌟 Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 SimCoder.

This project is Apache License 2.0 licensed. Some of the dependencies are licensed differently.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].