- 💻 Project
- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
A complete file management platform that allows users to sign up, log in, and manage their files with ease. It supports uploading different types of files (documents, images, videos, audio), viewing them directly, downloading, renaming, deleting, and sharing with other users. The platform also includes a dashboard with storage overview and file summaries, as well as global search and sorting options to quickly organize and find content.
Click here to access the website
This project was developed with the following technologies:
- React
- Next.js
- Appwrite
- TailwindCSS
- ShadCN
- TypeScript
👉 User Authentication with Appwrite: Implement signup, login, and logout functionality using Appwrite's authentication system.
👉 FIle Uploads: Effortlessly upload a variety of file types, including documents, images, videos, and audio, ensuring all your important data.
👉 View and Manage Files: Users can browse through their uploaded files stored in Appwrite storage, view on a new tab, rename file or delete.
👉 Download Files: Users can download their uploaded files giving them instant access to essential documents.
👉 File Sharing: Users can easily share their uploaded files with others, enabling collaboration and easy access to important content.
👉 Dashboard: Gain insights at a glance with a dynamic dashboard that showcases total and consumed storage, recent uploads, and a summary of files grouped by type.
👉 Global Search: Users can quickly find files and shared content across the platform with a robust global search feature.
👉 Sorting Options: Organize files efficiently by sorting them by date, name, or size, making file management a breeze.
👉 Modern Responsive Design: A fresh and minimalist UI that emphasizes usability, ensuring a clean aesthetic across all devices.
and many more, including the latest React 19, Next.js 15 and Appwrite features alongside code architecture and reusability
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/httpedroluiz/StoreIt.git
cd StoreItInstallation
Install the project dependencies using npm:
npm installSet Up Environment Variables
Create a new file named .env.local in the root of your project and add the following content:
NEXT_PUBLIC_APPWRITE_ENDPOINT="https://cloud.appwrite.io/v1"
NEXT_PUBLIC_APPWRITE_PROJECT=""
NEXT_PUBLIC_APPWRITE_DATABASE=""
NEXT_PUBLIC_APPWRITE_USERS_COLLECTION=""
NEXT_PUBLIC_APPWRITE_FILES_COLLECTION=""
NEXT_PUBLIC_APPWRITE_BUCKET=""
NEXT_APPWRITE_KEY=""Replace the values with your actual Appwrite credentials. You can obtain these credentials by signing up & creating a new project on the Appwrite website.
Running the Project
npm run devOpen http://localhost:3000 in your browser to view the project.
