Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 773 Bytes

TikTok Clone

Project developed on EBAC fullstack dev journey held from 03/28 to 04/04/2023.

Languages and Tools

This project was made with React.js and the database and the deploy with google firebase. The icons are of the library Material Icons.

Deploy link 🚀

https://tiktok-clone-c8ab5.web.app/

  • Give me feedbacks about the application.

To initialize the project on your local:

  1. Clone the project:
git clone git@github.com:cauemustafa/tik-tok-clone.git
  1. Install the dependencies:
npm i
  1. Start on your local:
npm start