Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": ["next/core-web-vitals", "airbnb", "airbnb-typescript"],
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": ["next/core-web-vitals"],
"rules": {
"semi": 0,
"no-extra-semi": "off"
"linebreak-style": "off",
"react/no-unescaped-entities": "off",
"react-hooks/exhaustive-deps": "warn"
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MuradianConvertor

<div align="center">
<img src="https://i.ibb.co/qY2YcY8N/logo.png" alt="MuradianConvertor Logo" width="200" height="200">
</div>

<h3><a style="color:#08b5ff" href="https://github.com/mozaddedalfeshani">Follow me on GitHub</a></h3>

## Free Unlimited File Converter using WebAssembly and FFmpeg
Expand Down
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
<span className="bg-gradient-to-r from-purple-600 to-blue-600 bg-clip-text text-transparent">
Instantly & Free
</span>
</h1>
</h1>

{/* Subtitle */}
<p className="text-xl md:text-2xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed">
Expand Down Expand Up @@ -249,8 +249,8 @@ export default function Home() {
</h2>
<p className="text-lg text-gray-600 dark:text-gray-300">
We support all the popular file formats you need
</p>
</div>
</p>
</div>

<div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto">
{/* Images */}
Expand Down
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Navbar({}): any {
<Image
alt="logo"
className="w-40 cursor-pointer dark:invert"
src="/images/logo.svg"
src="/images/logo.png"
height={100}
width={170}
/>
Expand Down
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
}
// SWC minification is now enabled by default in Next.js 15
};

module.exports = nextConfig
module.exports = nextConfig;
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint",
"type-check": "tsc --noEmit",
"lint:fix": "next lint --fix",
"build:no-lint": "NEXT_DISABLE_ESLINT=true next build"
"build:no-lint": "set NEXT_DISABLE_ESLINT=true && next build"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.6",
Expand All @@ -19,18 +19,15 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "15.3.5",
"lucide-react": "^0.274.0",
"next": "13.4.19",
"next": "15.3.5",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
Expand All @@ -45,6 +42,9 @@
},
"devDependencies": {
"@types/gtag.js": "^0.0.13",
"@types/node": "24.0.12",
"@types/react": "18.3.23",
"@types/react-dom": "18.3.7",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0"
}
Expand Down
Binary file added public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,949 changes: 1,429 additions & 520 deletions yarn.lock

Large diffs are not rendered by default.