A modern file conversion web application built with Next.js.
- Quick and easy file conversion
- Multiple format support
- Real-time conversion progress
- Global conversion statistics
- Responsive design
- Next.js 14
- TypeScript
- Tailwind CSS
- Shadcn/ui
- Lucide Icons
- nextswagger-doc --> Images & Docs
- fluentffmpeg --> Audio & Video
- more coming soon
- Clone the repository:
git clone https://github.com/magicianjarden/filecabinet.git
- Install dependencies:
cd filecabinet
npm install
-
Create a
.env
file based on.env.example
and fill in your environment variables. -
Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
This project is configured for easy deployment on Vercel. Simply:
- Push your code to GitHub
- Import your repository in Vercel
- Configure your environment variables
- Deploy!
MIT
I am not a professional developer, so this project is not perfect. If you have any suggestions or improvements, please let me know. Thank you all, enjoy!