Skip to content

A web application built with Next.js that allows users to upload, download, and manage their media files.

Notifications You must be signed in to change notification settings

Vaibhav-Pant/NextDrive

Repository files navigation

# NextDrive  

NextDrive is a web application built with **Next.js** that allows users to upload, download, and manage their media files. The project provides a simple and efficient Google Drive-like experience.  

## Features  
- Upload and download media files seamlessly.  
- User-friendly interface with **Radix UI** components.  
- Scalable backend using **Appwrite** for file storage and API management.  
- Responsive design powered by **Tailwind CSS**.  

## Tech Stack  
- **Frontend:** Next.js, Tailwind CSS, Radix UI  
- **Backend & Storage:** Appwrite  

## Installation and Setup  
1. Clone this repository:  
   git clone https://github.com/your-username/nextdrive.git  
2. Navigate to the project folder:  
   cd nextdrive  
3. Install dependencies:  
   npm install  
4. Configure environment variables:  
   - Set up Appwrite credentials in a `.env.local` file.  
5. Run the application locally:  
   npm run dev  
6. Open the app in your browser:  
   http://localhost:3000  

## Contributing  
Contributions are welcome! Feel free to fork the repository and create pull requests.  

## License  
This project is open-source and available under the MIT License.  
---  

About

A web application built with Next.js that allows users to upload, download, and manage their media files.

Resources

Stars

Watchers

Forks