{"id":28220293,"url":"https://github.com/manishdait/reddit-clone-client","last_synced_at":"2026-05-05T19:31:19.657Z","repository":{"id":228400978,"uuid":"773334778","full_name":"manishdait/reddit-clone-client","owner":"manishdait","description":"This project acts as a frontend client for Reddit-Clone, It's a Angular based application, which resembels some similar ui like reddit.","archived":false,"fork":false,"pushed_at":"2024-03-18T15:02:05.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T13:48:15.640Z","etag":null,"topics":["angular","typescript"],"latest_commit_sha":null,"homepage":"","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/manishdait.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}},"created_at":"2024-03-17T11:46:34.000Z","updated_at":"2024-03-18T14:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4447800-56c5-4994-bd8b-23168c6f38f4","html_url":"https://github.com/manishdait/reddit-clone-client","commit_stats":null,"previous_names":["manishdait/reddit-clone-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manishdait/reddit-clone-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishdait","download_url":"https://codeload.github.com/manishdait/reddit-clone-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","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":["angular","typescript"],"created_at":"2025-05-18T04:14:56.838Z","updated_at":"2026-05-05T19:31:19.652Z","avatar_url":"https://github.com/manishdait.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit-Clone Angular Frontend\n\nThis project is a frontend client for Reddit-Clone built with Angular, designed to resemble the popular social media platform Reddit.\n\n## Setup\n\nTo set up the Reddit-Clone-Client, follow these steps:\n\n1. **Clone the Repository**: \n    ```bash\n    git clone https://github.com/ManishDait/reddit-clone-client.git\n    ```\n\n2. **Install Dependencies**:\n    Navigate to the project directory and install the necessary dependencies using npm:\n    ```bash\n    cd reddit-clone-client\n    npm install\n    ```\n\n3. **Configure API Keys**:\n    Create a `environment.development.ts` and `environment.ts` file in the `src/environments` directory and copy the content of `enviroment.example.ts`.\n    ```ts\n    export const environment = {\n    // \u003c-- production: true --\u003e for environment.ts \u0026\u0026 \u003c-- productiion: false --\u003e for environment.development.ts\n    production: true,\n      API_ENDPOINT: \"http://localhost:8080/api\",\n      AUTH_PATH: \"/auth\",\n      POSTS_PATH: \"/post\",\n      SUBREDDIT_PATH: \"/subreddit\",\n      COMMENT_PATH: \"/comment\",\n      VOTE_PATH: \"/vote\",\n      TINYMCE_API_KEY: \"\u003cyour-api-key-here\u003e\" \n    };\n    ```\n    Add the [Tinymce](https://www.tiny.cloud/) api key in `TINYMCE_API_KEY`\n\n5. **Run the Application**:\n    Start the Angular development server by running:\n    ```bash\n    ng serve -o\n    ```\n\n6. **Access the Application**:\n    Once the server is running, access the Reddit-Clone Angular Frontend in your web browser at `http://localhost:4200`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdait%2Freddit-clone-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishdait%2Freddit-clone-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdait%2Freddit-clone-client/lists"}