About | Features | Technologies | Requirements | Starting | Author
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.
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.
βοΈ Firebase File Management
βοΈ Firestore
βοΈ React-icons
The following tools were used in this project:
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
# 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