Skip to content

Instagram/Insta Reels Downloader Frontend built with React and Vite. This dynamic frontend application allows users to easily download Instagram Reels by providing the URL. Seamlessly integrated with the backend Django API and https://reeldown.io, it offers a fast, intuitive, and responsive user experience for Instagram video downloading.

License

Notifications You must be signed in to change notification settings

ziauldin123/instagram-reels-downloader-frontend-react

Repository files navigation

Instagram Reels Downloader Frontend React Vite App - Reeldown.io

Insta Reels Downloader

Welcome to the Insta Reels Downloader Frontend React Vite App repository! This project provides a frontend interface for downloading Instagram Reels, built with React and Vite. It integrates seamlessly with the backend Django API.

Features

  • Instagram Reels Downloader: Easily download Instagram Reels by providing the URL.
  • React Framework: Built using the powerful React framework for a dynamic user experience.
  • Vite Build Tool: Utilizes Vite for fast and optimized builds.
  • Backend Integration: Integrates with the Django backend API for efficient reel downloads.

Live Demo

Check out the live site using this frontend: reeldown.io

Backend Repository

This frontend application integrates with the backend Django API. You can find the backend repository here: instagram-reels-downloader-backend-python-django-api

Getting Started

Prerequisites

  • Node.js 14+
  • npm or yarn

Installation

  1. Fork the Repository: Click on the Fork button at the top-right corner of this repository to fork it to your own GitHub account.

  2. Clone the Repository:

    git clone https://github.com/your-username/insta-reels-downloader-frontend-react.git
    cd insta-reels-downloader-frontend-react
  3. Install Dependencies:

    npm install
    # or
    yarn install
  4. Start the Development Server:

    npm run dev
    # or
    yarn dev

Usage

After starting the development server, you can access the application at http://localhost:3000.

Environment Variables

To integrate with the backend Django API, ensure you have the appropriate environment variables set up. Create a .env file in the root directory and add the following:

VITE_API_URL=http://127.0.0.1:8000/api

Replace http://127.0.0.1:8000/api with the URL of your backend Django API if it's hosted elsewhere.

Built With

  • React - A JavaScript library for building user interfaces.
  • Vite - A build tool that significantly improves the development experience.
  • Django - The backend API is built with Django for robust and scalable performance.

Contributing

We welcome contributions! Follow these steps to contribute:

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries, please contact us at contact@reeldown.io.

About

Instagram/Insta Reels Downloader Frontend built with React and Vite. This dynamic frontend application allows users to easily download Instagram Reels by providing the URL. Seamlessly integrated with the backend Django API and https://reeldown.io, it offers a fast, intuitive, and responsive user experience for Instagram video downloading.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published