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.
- 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.
Check out the live site using this frontend: reeldown.io
This frontend application integrates with the backend Django API. You can find the backend repository here: instagram-reels-downloader-backend-python-django-api
- Node.js 14+
- npm or yarn
-
Fork the Repository: Click on the
Fork
button at the top-right corner of this repository to fork it to your own GitHub account. -
Clone the Repository:
git clone https://github.com/your-username/insta-reels-downloader-frontend-react.git cd insta-reels-downloader-frontend-react
-
Install Dependencies:
npm install # or yarn install
-
Start the Development Server:
npm run dev # or yarn dev
After starting the development server, you can access the application at http://localhost:3000.
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.
- 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.
We welcome contributions! Follow these steps to contribute:
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries, please contact us at contact@reeldown.io.