Skip to content

Fileflow offers cloud storage, allowing you to easily manage and save your files online.

License

Notifications You must be signed in to change notification settings

lokeshkavisth/FileFlow

Repository files navigation

FileFlow

Effortlessly manage and share files with FileFlow, offering secure, accessible and seamless cloud storage. Elevate your file management experience with user-friendly features and reliable cloud storage integration.

GitHub last commit GitHub Vercel

Demo

Check out the live demo: FileFlow Demo

Installation

Clone the repository:

git clone https://github.com/lokeshkavisth/FileFlow.git
cd FileFlow

Install dependencies:

npm install

Run the project:

npm run dev

Configure .env file

NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=

NEXT_PUBLIC_FIREBASE_APP_ID=

NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=

NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=

NEXT_PUBLIC_FIREBASE_PROJECT_ID=

NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=

NEXT_PUBLIC_FIREBASE_SECRET_KEY=

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=

CLERK_SECRET_KEY=

Features

  • Cloud Storage: Store your files securely in the cloud.
  • User-Friendly Interface: Intuitive design for a smooth user experience.
  • Responsive: Access your files anytime, anywhere, on any device.

Technologies Used

  • Next.js
  • TypeScript
  • Firebase (for cloud storage)
  • shadcn/ui