Skip to content

art3m4ik3/filesharing-frontend

Repository files navigation

FileSharing

DEMO

FileSharing is an application for anonymous file uploading built with Next.js. It allows users to upload files and share download links.

🚀 Features

  • Anonymous file uploading
  • Unique download link generation
  • Support for various file types
  • Modern interface using Tailwind CSS

📦 Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/anon-file-upload.git
    cd anon-file-upload/frontend
  2. Install dependencies:

    bun install
  3. Configure environment variables:

    Create a .env file in the frontend folder and add:

    API_URL=http://localhost:3000
  4. Start the development server:

    bun run dev
  5. Open http://localhost:3001 in your browser.

🖼️ Screenshots

Main page Uploaded file Download page

📜 License

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

About

FileSharing Frontend

Resources

License

Stars

Watchers

Forks