https://github.com/simcoderyoutube/tiktokclone
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 series, we use React Native with Expo to quickly deploy the project. We use firebase for all our microservice needs like the auth system, database, storage, amongst others. firebase, redux, react native, javascript, expo. In this series, we'll use all of them and you'll learn them by doing an iconic app. Welcome to this Simcoder project and make a TikTok Clone!
https://github.com/simcoderyoutube/tiktokclone
android app-framework expo ios mobile native native-apps react simcoder tiktok tiktok-clone web
Last synced: 13 days ago
JSON representation
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 series, we use React Native with Expo to quickly deploy the project. We use firebase for all our microservice needs like the auth system, database, storage, amongst others. firebase, redux, react native, javascript, expo. In this series, we'll use all of them and you'll learn them by doing an iconic app. Welcome to this Simcoder project and make a TikTok Clone!
- Host: GitHub
- URL: https://github.com/simcoderyoutube/tiktokclone
- Owner: SimCoderYoutube
- License: mit
- Created: 2021-06-26T12:33:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T16:29:45.000Z (about 3 years ago)
- Last Synced: 2025-04-10T01:09:19.137Z (13 days ago)
- Topics: android, app-framework, expo, ios, mobile, native, native-apps, react, simcoder, tiktok, tiktok-clone, web
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 236
- Watchers: 9
- Forks: 84
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to TiktokClone 👋

[](https://opensource.org/licenses/Apache-2.0)
[](https://expo.io/)
[](https://twitter.com/simcoder_here)
[](https://www.instagram.com/simcoder_here/)
[](https://www.youtube.com/channel/UCQ5xY26cw5Noh6poIE-VBog)> 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**](https://www.youtube.com/playlist?list=PLxabZQCAe5fjzyawndGLeP1GkJTAjZlKL)
## ➕ 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](https://www.youtube.com/playlist?list=PLxabZQCAe5fjzyawndGLeP1GkJTAjZlKL)Currently the project has the following features:
* [expo boilerplate](https://www.youtube.com/watch?v=HrN1Fvjp2CE)
* [Auth system](https://www.youtube.com/watch?v=o9RlmRf4tqI)
* Post Videos
* [Take pictures directly in app](https://www.youtube.com/watch?v=JCIlJ9KB2_k)
* [Choose from gallery](https://www.youtube.com/watch?v=JCIlJ9KB2_k)
* [Profile page](https://www.youtube.com/watch?v=Izz-yYDdHWk&ab)
* [Feed in chronological order](https://www.youtube.com/watch?v=5gPvi3iXIdM&ab_channel=SimCoder)
* [Search Users](https://www.youtube.com/watch?v=tpPrw8lA6CU&feature=youtu.be&ab_channel=SimCoder)
* [Like video](https://www.youtube.com/watch?v=YPGjWCWcboc&ab_channel=SimCoder)
* [Comment Posts](https://www.youtube.com/watch?v=Tcc7hL6xAzs&ab_channel=SimCoder)
* [Follow/Unfollow users](https://youtu.be/uLzNzmhtteU)
* [Chat system](https://youtu.be/uLzNzmhtteU)
Features to be implmeneted:
* Redesign
## 💻 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](https://nodejs.org/en/download/)
Install [expo](https://expo.io/learn), if it fails run you might need to run this with sudo
```sh
npm install expo-cli --global
```Install the needed packages while in the root folder of the project
```sh
npm install
```Install firebase tools
```sh
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
```sh
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
```sh
firebase deploy
```You can check the first [video](https://www.youtube.com/watch?v=5S9HM6pprZo&t=2s) on this series to learn how to do it easily
## 📱 Usage
To Start expo all you have to do is run this line
```sh
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](https://www.simcoder.com/forum/tiktok/).
## 👤 Author
**SimCoder**
* Website: www.simcoder.com
* Twitter: [@simcoder\_here](https://twitter.com/simcoder\_here)
* Github: [@simcoderYoutube](https://github.com/simcoderYoutube)
* Youtube: [SimCoder](https://www.youtube.com/channel/UCQ5xY26cw5Noh6poIE-VBog)## 🌟 Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [SimCoder](https://github.com/simcoderYoutube).
This project is [Apache License 2.0](https://github.com/SimCoderYoutube/TiktokClone/blob/main/LICENSE) licensed. Some of the dependencies are licensed differently.