From de52d26af14fcd66ca941e8ecd80995c84aed105 Mon Sep 17 00:00:00 2001 From: Ajay Negi Date: Mon, 30 Sep 2024 17:03:22 +0530 Subject: [PATCH] Update Readme --- .gitignore | 2 ++ README.md | 48 ++++++++++++++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index fd3dbb5..459ae57 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.idea diff --git a/README.md b/README.md index e215bc4..4233410 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,33 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). +# Convert Files - Secure & Fast + +Convert files of any type to suitable formats directly on your device. Powered by WebAssembly, this tool ensures that your files are never uploaded to a server, providing enhanced security and privacy. + +Convert documents, images, audio, and more—all within your browser, using your own device's power. The perfect tool for offline file conversion, protecting your data at every step. + +## Features: +- Convert a wide range of file types: documents, images, audio, video, and more. +- Secure and private: no file uploads to external servers. +- Powered by WebAssembly for fast, local processing. +- Supports multiple file format conversions. +- Easy-to-use interface. + +## How It Works: +1. Upload your file in the web interface. +2. Choose the desired output format. +3. Convert your file instantly—everything happens directly on your device. +4. Download the converted file, safe and secure. + +## Installation: +No installation needed! Simply open the web interface and start converting your files. + +## Technologies: +- WebAssembly (WASM) for fast and secure file conversions. +- TypeScript for client-side operations. +- Nextjs for an intuitive interface. + +## Security: +Your privacy is our top priority. Processes all files locally within your device, ensuring no data is shared with third-party servers. + ## Getting Started @@ -16,21 +45,4 @@ bun dev Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.