No description
  • TypeScript 93.6%
  • CSS 4.4%
  • JavaScript 1.2%
  • Dockerfile 0.8%
Find a file
2026-03-28 18:21:15 +02:00
public feat: update favicon 2025-07-30 04:16:31 +03:00
src build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
.gitignore feat!: switch to react router v7 (framework mode) 2025-07-28 18:49:05 +03:00
.gitlab-ci.yml build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
.prettierignore build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
.prettierrc feat!: remove tanstack start (ssr), use vite csr instead 2025-07-28 18:48:30 +03:00
components.json feat!: switch to react router v7 (framework mode) 2025-07-28 18:49:05 +03:00
Dockerfile build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
eslint.config.js misc: add .react-router folder to globalIgnore in eslint config 2025-07-30 15:38:39 +03:00
LICENSE feat: add LICENSE file 2025-07-30 15:28:35 +03:00
nginx.conf build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
package.json build: add GitLab CI/CD 2026-03-28 18:21:15 +02:00
pnpm-lock.yaml build(deps): bump react-router from 7.10.1 to 7.12.0 2026-01-14 17:40:07 +00:00
react-router.config.ts feat: disable ssr 2025-07-29 02:38:16 +03:00
README.md docs: add license information to README 2025-07-30 15:30:58 +03:00
tsconfig.json feat!: switch to react router v7 (framework mode) 2025-07-28 18:49:05 +03:00
vite.config.ts feat: setup ffmpeg as a hook 2025-07-29 03:11:43 +03:00

Drag n Convert

This app is a simple drag and drop file converter. It allows you to drag a file from your file system and convert it to a different format.

Demo

Features

  • Convert files to multiple file formats.

    • Images: PNG, JPG, WEBP
    • Video: MP4, AVI, MKV, MOV, WEBM, FLV, OGV
    • Audio: MP3, WAV, OGG, M4A
  • All conversions are done in the browser

  • No file is uploaded to the server

  • Supports drag and drop

  • Supports multiple files at once

Getting started

  1. Clone the repository.
  2. Run pnpm install.
  3. Run pnpm dev.

LICENSE

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