Skip to content

zahidmuhammed/drive-clone-client

Repository files navigation

Overview

It serves as a clone of Google Drive, providing a web-based file storage and sharing solution with a user-friendly interface and seamless integration of cloud functionalities.

Features

  • User authentication and authorization
  • File upload, list,rename and delete capabilities
  • Real-time collaboration on documents
  • Integration with AWS for file storage
  • Responsive design for mobile and desktop access

This is a Next.js project bootstrapped with create-next-app.

Environment Variables

To configure your application, you may need to create a .env file in the root of your project. This file can contain environment-specific variables.

Example .env file:

BASE_URl="https://localhost:5000" # Use your backend API URL here

Getting Started

First, install the necessary packages:

npm install

Then, run the development server:

npm run dev

Open https://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.