/tiktok-clone

A clone of the TikTok app made with React

Primary LanguageJavaScript

TikTok Clone

A clone of the TikTok app.

Table of contents

Getting Started

To get a local copy follow these steps:

Prerequisites and Setup

  • Node.js

  • Npm

  • Clone the repo https://github.com/AlexRFarnes/tiktok-clone.git

  • Once you have the copy, run the following commands inside the directory:

# Install dependencies (only the first time)
npm install

# Run the local server at http://localhost:3000
npm run dev

# Build for production in the build/ directory
npm run build

General info

A clone of the TikTok app built with React, React Router v6 for the routing, Redux RTK for managing state, and styled-components for styling.

More detailed description.

Screenshots

Screenshot 2022-09-07 at 15-09-20 React App

Screenshot 2022-09-07 at 15-11-22 React App

Built with

  • React v18
  • React Router v6
  • Redux
  • Redux RTK
  • Styled components

Features

  • User authentication
  • Upload videos
  • Show user's own videos in profile
  • Show all videos

Status

Project is: finished.

Inspiration

Project based on Curso para crear Single Page Applications con React by CodigoFacilito.

Contact