{"id":25767068,"url":"https://github.com/somnathkar000/cloudhive","last_synced_at":"2026-04-08T18:02:22.849Z","repository":{"id":193274291,"uuid":"683781742","full_name":"SomnathKar000/CloudHive","owner":"SomnathKar000","description":"CloudHive is a modern cloud storage platform that empowers users to seamlessly store, manage, and share their files in a secure and user-friendly environment.","archived":false,"fork":false,"pushed_at":"2023-11-09T16:19:47.000Z","size":390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T16:56:12.492Z","etag":null,"topics":["axios","materialui","reactjs","redux-store","redux-thunk","vite"],"latest_commit_sha":null,"homepage":"https://cloud-hive.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SomnathKar000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-27T17:17:16.000Z","updated_at":"2023-10-26T17:19:54.000Z","dependencies_parsed_at":"2023-09-07T13:42:49.290Z","dependency_job_id":"56a593a4-3276-4f79-90ac-e68670fa23f1","html_url":"https://github.com/SomnathKar000/CloudHive","commit_stats":null,"previous_names":["somnathkar000/cloudhive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SomnathKar000/CloudHive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FCloudHive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FCloudHive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FCloudHive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FCloudHive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SomnathKar000","download_url":"https://codeload.github.com/SomnathKar000/CloudHive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FCloudHive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["axios","materialui","reactjs","redux-store","redux-thunk","vite"],"created_at":"2025-02-26T23:18:56.573Z","updated_at":"2026-04-08T18:02:22.824Z","avatar_url":"https://github.com/SomnathKar000.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudHive - Frontend\n\n[![CloudHive](https://img.shields.io/badge/CloudHive-Frontend-brightgreen)](https://github.com/SomnathKar000/CloudHive)\n[![Backend Repo](https://img.shields.io/badge/Backend%20Repo-CloudHive%20Backend-blue)](https://github.com/SomnathKar000/CloudHive-Backend)\n[![Live Demo](https://img.shields.io/badge/Live%20Demo-Cloud%20Hive-9cf)](https://cloud-hive.vercel.app/)\n\nCloudHive is a web application that allows users to securely upload and manage files in the cloud. This repository contains the frontend code for the CloudHive project. It is built using React, Material-UI, Redux with Redux Thunk for state management, and Axios for API calls. The project is built with Vite for fast and efficient development.\n\n## Features\n\n- **User-Friendly Interface:** Built with React and Material-UI to provide a visually appealing and intuitive user interface.\n\n- **State Management:** Utilizes Redux with Redux Thunk for efficient state management and asynchronous actions.\n\n- **API Calls:** Communicates with the CloudHive-Backend API using Axios for seamless data exchange.\n\n- **Vite Build:** The project is built using Vite for a faster and more efficient development experience.\n\n## Getting Started\n\nFollow these steps to set up the CloudHive frontend locally:\n\n1. **Clone the repository:**\n\n   ```shell\n   git clone https://github.com/your-username/CloudHive.git\n   ```\n\n2. **Install Dependencies:**\n\n   ```shell\n   cd CloudHive\n   npm install\n   ```\n\n3. **Set Environment Variables:**\n\n   - In your `.env` file, set the API endpoint for your CloudHive-Backend (e.g., `REACT_APP_API_URL=https://your-backend-api-url`).\n\n4. **Start the Development Server:**\n   ```shell\n   npm run dev\n   ```\n\nYour frontend development server should now be running at `http://localhost:3000`.\n\n## Demo Credentials\n\nTo explore CloudHive, you can use the following temporary login credentials:\n\n- **Email:** `som2@email.com`\n- **Password:** `123456`\n\n## Folder Structure\n\nThe project folder structure is organized as follows:\n\n- `src/`: Contains the main source code for the application.\n  - `components/`: React components used in the application.\n  - `store/`: Redux store.\n  - `utils/`: Utility functions and helper files.\n  - `App.js`: The entry point of the application.\n  - `index.js`: The application's main ReactDOM render.\n\n## Deployment\n\nTo deploy the CloudHive frontend, build the application using:\n\n```shell\nnpm run build\n```\n\nThe build files will be generated in the `build/` directory. You can then deploy these files to your hosting platform of choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fcloudhive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomnathkar000%2Fcloudhive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fcloudhive/lists"}