{"id":30619084,"url":"https://github.com/seetha-17/google-drive","last_synced_at":"2026-04-10T15:03:09.816Z","repository":{"id":310221491,"uuid":"1039122316","full_name":"Seetha-17/google-drive","owner":"Seetha-17","description":"This project aims to replicate the core functionalities of Google Drive, providing users with cloud storage and efficient file management capabilities. It was built using modern web technologies and tools for a responsive and user-friendly experience.","archived":false,"fork":false,"pushed_at":"2025-08-16T14:45:28.000Z","size":1815,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T16:27:51.704Z","etag":null,"topics":["firebase","google-drive","next-auth","nextjs14","react","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://googledrive-clone.vercel.app/api/auth/signin?callbackUrl=https%3A%2F%2Fgoogledrive-clone.vercel.app%2Fdrive%2Fmy-drive","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seetha-17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-16T14:27:01.000Z","updated_at":"2025-08-16T14:52:38.000Z","dependencies_parsed_at":"2025-08-16T16:38:53.146Z","dependency_job_id":null,"html_url":"https://github.com/Seetha-17/google-drive","commit_stats":null,"previous_names":["seetha-17/google-drive"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Seetha-17/google-drive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seetha-17%2Fgoogle-drive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seetha-17%2Fgoogle-drive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seetha-17%2Fgoogle-drive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seetha-17%2Fgoogle-drive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seetha-17","download_url":"https://codeload.github.com/Seetha-17/google-drive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seetha-17%2Fgoogle-drive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272847490,"owners_count":25003208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","google-drive","next-auth","nextjs14","react","tailwindcss","typescript","vercel"],"created_at":"2025-08-30T12:17:04.833Z","updated_at":"2025-12-30T21:34:23.263Z","avatar_url":"https://github.com/Seetha-17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Google Drive Clone](./public/logo.png) Google Drive Clone ![Google Drive Clone](./public/logo.png)\n\nThis project aims to replicate the core functionalities of [Google Drive](https://drive.google.com/drive/my-drive), providing users with cloud storage and efficient file management capabilities. It was built using modern web technologies and tools for a responsive and user-friendly experience.\n\n### Demo\n\n![Desktop mode](./public/desktop.png)\n![Desktop mode](./public/desktop2.png)\n![Tablet mode](./public/tablet.png)\n![Mobile Mode](./public/mobile.png)\n\n### Features\n\n- **User Authentication**: The project employs NextAuth.js for user authentication, ensuring secure access to individual user accounts.\n\n- **File Upload and Management**: Users can easily upload files and manage them, making it an ideal solution for storing documents, media files, and more.\n\n- **Search Functionality**: The project includes a powerful search feature that allows users to find files and folders quickly based on their names.\n\n- **Folder Navigation**: Users can organize their files into folders and navigate through their directory structure efficiently.\n\n- **Responsive Design**: The user interface is designed to be responsive, adapting to various screen sizes and devices.\n\n### Technology Stack\n\n**Next.js** | **TypeScript** | **Tailwind CSS** | **React** | **Vercel** | **Firebase** | **NextAuth.js**\n\n### How to Run\n\nTo run the project locally, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Install the required dependencies using `npm install`.\n3. Create a Firebase project and configure it for this application.\n4. Set up authentication and real-time database in Firebase.\n5. Configure the environment variables in `.env` checkout [.env.example](./.env.example)\n6. Start the development server using `npm run dev`.\n\nThe application should now be running on your local environment. You can access it at [http://localhost:3000](http://localhost:3000).\n\n### Issues and Feedback\n\nIf you encounter any issues with the application or have feedback to provide, please feel free to open an issue on the project's GitHub repository.\n\n## Branches\n\n- **dev** -\u003e you can make your pull request to this branch\n- **main** -\u003e don't touch this branch this is the production branch\n\n### Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## Contribution Guidelines\n\n1. Clone the repository and check out from `dev` branch.\n2. Open your terminal \u0026 set the origin branch to `dev` if not set already.\n3. Pull origin `git pull origin dev`\n4. Create a new branch for the task you were assigned to, eg : `git checkout -b feat-csv-parser`\n5. After making changes, do `git add .`\n6. Commit your changes with a descriptive commit message : `git commit -m \"your commit message\"`.\n7. To make sure there are no conflicts, run `git pull upstream dev`.\n8. Push changes to your new branch, run `git push -u origin feat-csv-parser`.\n9. Create a pull request to the `dev` branch not `main`.\n10. Ensure to describe your pull request.\n\n### License\n\nMIT\n\n### Acknowledgements\n\n- Inspired by Google Drive.\n- [Next.js Documentation](https://nextjs.org/docs/getting-started)\n- [Firebase Documentation](https://firebase.google.com/docs)\n- [NextAuth.js Documentation](https://next-auth.js.org/getting-started/introduction)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [Vercel JS Documentation](https://vercel.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseetha-17%2Fgoogle-drive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseetha-17%2Fgoogle-drive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseetha-17%2Fgoogle-drive/lists"}