Skip to content

A Google Drive Clone built with the latest tools and technologies of the Web Development industry. ๐Ÿ—‚๏ธโ˜๏ธ

Notifications You must be signed in to change notification settings

ThomasCode92/drive-tutorial

Repository files navigation

Drive Tutorial - Building a Google Drive Clone

A Google Drive Clone built with the latest tools and technologies of the Web Development industry. ๐Ÿ—‚๏ธโ˜๏ธ

This project is inspired by a YouTube tutorial of Theo. Check out this link to watch the full video.

๐Ÿ“– About This Project

This project utilizes the T3 Stack and was initialized with create-t3-app. It demonstrates a modern, high-performance approach to application development through seamless integration of cutting-edge tools and technologies.

For more information about the technologies used in this project, consult the official documentation linked below. Additional support is available via the T3 Community Discord.

๐ŸŽจ UI Scaffolding

The base UI for this project was created using v0, a tool that enables fast UI generation through vibe coding. An example of this approach can be seen in Theoโ€™s walkthrough on YouTube.

To apply the same base UI in a project, run the following command:

npx shadcn@latest add "https://v0.dev/chat/b/b_fFQhsfElqQi"

๐Ÿงฐ Learn More about the T3 Stack

To explore more about the T3 Stack, refer to the following resources:

Visit the create-t3-app GitHub repository for feedback and contributions.

๐Ÿš€ Getting Started

๐Ÿ› ๏ธ Environment Variables

To configure the environment variables, copy the example file and update the values as needed:

cp .env.example .env

Open the .env file and fill in the required fields based on the projectโ€™s needs (e.g., database credentials, API keys, etc.).

๐Ÿ—„๏ธ Database Setup

This project uses SingleStore as the primary database, with Drizzle ORM for type-safe, efficient data access and schema management.

pnpm run db:push       # Push the schema to the database
pnpm run db:studio     # Launch Drizzle Studio

๐Ÿ•น๏ธ Development Server

To start the local development server:

pnpm run dev

๐Ÿšง Development Logbook

Tracking progress on key features and tasks for the project.

  • ๐Ÿ›ข๏ธ Set up the database and define data models
  • ๐Ÿ”— Sync folder open state with the URL
  • ๐Ÿ” Implement user authentication
  • ๐Ÿ“ Enable file upload functionality
  • ๐Ÿ“Š Add analytics tracking

๐Ÿ“ Note from 5-28-2025

Just finished up the database connection, next steps:

  • Update schema to show files and folders
  • Manually insert examples
  • Render them in the UI

๐Ÿ“ Note from 6-4-2025

The database and UI are now connected, some improvements to make:

  • Change folders to link components, remove all client state
  • Clean up the database and data fetching patterns
  • Real homepage

About

A Google Drive Clone built with the latest tools and technologies of the Web Development industry. ๐Ÿ—‚๏ธโ˜๏ธ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published