Skip to content

MinhNguyenDS/Frontend-Tiktok_UI_Clone_Prod

Repository files navigation

TikTok UI Clone

A clone of the TikTok app layout for both Web and the Mobile.

The TikTok UI Clone is a web application built with React.js, CSS, and TSX. It offers a fluid and engaging browsing experience, closely replicating TikTok's user interface, enabling users to watch videos in a TikTok-like format with easy navigation.

Web & Mobile interface

Web Mobile

Features

  • Explore and watch videos in a TikTok-style format.
  • Seamless and responsive video playback experience.
  • Simple, user-friendly interface with easy navigation.
  • Infinite scrolling for uninterrupted video exploration.
  • Interact with videos through like, comment, and share options.

Technology

  • 💎 Create React App for the frontend.
    • 🌐 Using TypeScript.
    • ⚓ Hooks.
    • 🎨 SASS.
    • ⚛️ React JS.
  • 💻 Visual Studio Code for development and production.

How To Use It

To use this TikTok UI Clone, you'll need Git, Create React App v2.2.1 or higher, npm v10.7.0 or higher, and Expo CLI installed on your computer. After, follow these steps:

  • Step 1: Clone the repository or download the source code.
# Get repository
$ git clone https://github.com/MinhNguyenDS/Frontend-Tiktok_UI_Clone_Prod.git
  • Step 2: Open the project in your preferred code editor.
# Go into the repository
$ cd Frontend-Tiktok_UI_Clone_Prod
  • Step 3: Install the necessary dependencies.
# Install dependencies
$ npm install
  • Step 4: Start the development server.
# Run the app
$ npm start
  • Step 5: Open your browser and navigate to http://localhost:3000 to access the app.

References

This code is based on Tiktok-UI-mobile and Tiktok-UI-web.

Credits

The TikTok UI Clone was created by MinhNguyenDS.

License

This project is licensed under the MIT License.

MIT License

Copyright (c) 2024 Minh Hoàng Nguyễn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.