Welcome to Tikhive! This is the frontend of Tikhive, a simple React application that allows you to input a TikTok video URL and download the video. Below, you'll find the steps to set up and run this application on your local machine.
- Input TikTok Video URL: Enter the URL of the TikTok video you want to download.
- Download Video: Download the video directly to your device.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine
- npm (Node Package Manager) installed
-
Clone the Repository
git clone https://github.com/ElisBushaj/tikhive.git cd tikhive
-
Install Dependencies
Navigate to the project directory and run:
npm install
-
Environment Variables
Create a
.env
file in the root directory of the project and add the following environment variable:REACT_APP_API=your_backend_api_url
Replace
your_backend_api_url
with the URL of your backend API.
To start the development server, run:
npm start
The application will be available at http://localhost:3000
.
To create a production build, run:
npm run build
This will create a build
directory with the production build of the application.
Contributions are welcome! Please open an issue or submit a pull request with any improvements or bug fixes.
This project is licensed under the MIT License.
If you have any questions or need further assistance, feel free to contact me at [email protected].
Thank you for using Tikhive! Happy downloading!