Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 30, 2024
1 parent 423128a commit de52d26
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.idea
48 changes: 30 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

0 comments on commit de52d26

Please sign in to comment.