gokserpirik / tiktok-app-clone-reactjs-firebase

A simple clone of TikTok app. The buttons, music track info and video info are in the app and stored in Firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiktok-app-clone-reactjs-firebase

 

TikTok App Clone

ReactJS + Firebase

🚧 I might update the app, there are few things can be added later πŸš€ 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


Tiktok-app-clone-reactjs-firebase Tiktok-app-clone-reactjs-firebase Tiktok-app-clone-reactjs-firebase

πŸš€ Update

I don't remember where was I, but I made few changes on the app. Now, commenting and comment liking functions are available. The comment likes are counted in the database β€” also the IDs of the comments the user liked!
Also tried to make functions as separate as they can be from the html code. So you can check functions without checking the html and vice versa.

🎯 About

A simple clone of TikTok app. Includes the video page of TikTok app. The buttons, music track info and video info are in the app and stored in Firebase.

✨ Features

βœ”οΈ Firebase File Management
βœ”οΈ Firestore
βœ”οΈ React-icons

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

A Firebase account is required to continue to develop this app. Also React should be installed.

There are 2 collections inside Firebase:
videos -> stores 2 vids
users -> stores a user which is the current user

🏁 Starting

# Clone this project
$ git clone https://github.com/gokserpirik/tiktok-app-clone-reactjs-firebase

# Access
$ cd tiktok-app-clone-reactjs-firebase

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>

Made with ❀️ by Gâkser Pirik

 

Back to top

About

A simple clone of TikTok app. The buttons, music track info and video info are in the app and stored in Firebase.


Languages

Language:JavaScript 60.1%Language:CSS 33.8%Language:HTML 6.0%