maxklein1992 / tiktok

tiktok app

Home Page:https://tiktok-virid.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tik tok App

This is a web application based on the real Tiktok website.

image

About this project

These are the functionalities that you can perform in the app:

  • See a video in detail

  • Like / unlike a video

  • Comment on a video

  • Scroll through the comments under a video

Getting started

Prerequisites

$ npm install create-react-app

Clone the project

Open a terminal and run the following git command:

$ git clone https://github.com/maxklein1992/tiktok.git

Install project dependencies

Install the projects dependencies by running in the root of the project

$ npm install

Development server

Run npm run start for a dev server. Navigate to http://localhost:3000/. The application will automatically reload if you change any of the source files.

Stack

The stack of this app is as follows:

  • React.js - Structural framework for dynamic web applications.
  • Redux Store - Central bucket which stores all the states of an application
  • Typescript - Superset of JavaScript which provides optional static typing, classes and interfaces.
  • i18N Translate - An internationalization library for supporting multiple languages in your application.

Any Questions:

About

tiktok app

https://tiktok-virid.vercel.app/


Languages

Language:TypeScript 42.0%Language:JavaScript 29.6%Language:SCSS 23.1%Language:HTML 4.4%Language:CSS 0.9%