{"id":15645235,"url":"https://github.com/ghoshnirmalya/reddit-clone","last_synced_at":"2025-10-24T07:54:00.015Z","repository":{"id":38810889,"uuid":"93128105","full_name":"ghoshnirmalya/reddit-clone","owner":"ghoshnirmalya","description":":arrow_up: :arrow_down: This is a sample application for building a clone of Reddit using React and Firebase","archived":false,"fork":false,"pushed_at":"2024-11-18T21:05:38.000Z","size":2118,"stargazers_count":58,"open_issues_count":3,"forks_count":38,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-19T09:07:46.978Z","etag":null,"topics":["firebase","react","sitepoint","tutorial"],"latest_commit_sha":null,"homepage":"https://reddit-clone-snowy.vercel.app/","language":"JavaScript","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/ghoshnirmalya.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}},"created_at":"2017-06-02T04:48:50.000Z","updated_at":"2025-04-27T10:03:06.000Z","dependencies_parsed_at":"2024-06-19T17:50:50.105Z","dependency_job_id":"6157e964-7f32-4084-8974-f8f9a51e2d26","html_url":"https://github.com/ghoshnirmalya/reddit-clone","commit_stats":{"total_commits":48,"total_committers":4,"mean_commits":12.0,"dds":0.375,"last_synced_commit":"45c5253f0592f78099eb8af9706d30ba51ad410f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghoshnirmalya/reddit-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Freddit-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Freddit-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Freddit-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Freddit-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoshnirmalya","download_url":"https://codeload.github.com/ghoshnirmalya/reddit-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Freddit-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280761859,"owners_count":26386245,"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-10-24T02:00:06.418Z","response_time":73,"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","react","sitepoint","tutorial"],"created_at":"2024-10-03T12:05:18.738Z","updated_at":"2025-10-24T07:53:59.960Z","avatar_url":"https://github.com/ghoshnirmalya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/6391763/94993443-a542d100-05ae-11eb-8304-9280498d68f7.png\" alt=\"Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/ghoshnirmalya_\"\u003e\n    \u003cimg alt=\"Twitter: Nirmalya Ghosh\" src=\"https://img.shields.io/twitter/follow/ghoshnirmalya_.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis is a sample application for building a clone of [Reddit](https://www.reddit.com/). [Link to detailed article about how this was developed](https://www.sitepoint.com/reddit-clone-react-firebase/).\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [Overview](#overview)\n- [Article](#article)\n- [Requirements](#requirements)\n- [Installation](#installation)\n  - [1. **Clone the application**](#1-clone-the-application)\n  - [2. **Install necessary dependencies for the application**](#2-install-necessary-dependencies-for-the-application)\n  - [3. **Create a .env file and copy the contents from .env.example**](#3-create-a-env-file-and-copy-the-contents-from-envexample)\n  - [4. **Start the application**](#4-start-the-application)\n- [Deployment](#deployment)\n- [Other interesting repositories](#other-interesting-repositories)\n- [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Overview\n\nThis application is built using the following technologies:\n\n1. [Chakra UI](https://chakra-ui.com/)\n2. [Emotion](https://emotion.sh/)\n3. [Create React App](https://create-react-app.dev/)\n4. [Firebase](https://firebase.google.com/)\n\n## Article\n\n[Link to detailed article about how this was developed](https://www.sitepoint.com/reddit-clone-react-firebase/).\n\n## Requirements\n\n1. [Node.js](https://nodejs.org/)\n2. [npm](https://www.npmjs.com/)\n\n## Installation\n\n### 1. **Clone the application**\n\n```sh\ngit clone https://github.com/ghoshnirmalya/reddit-clone\n```\n\n### 2. **Install necessary dependencies for the application**\n\n```sh\nyarn install\n```\n\n### 3. **Create a .env file and copy the contents from .env.example**\n\n### 4. **Start the application**\n\nFrom the frontend directory, we can run the following command to start our Next.js frontend application:\n\n```sh\nyarn start\n```\n\nThe above command will start the frontend application on [http://localhost:3000/](http://localhost:3000).\n\n## Deployment\n\nClick on the button below to deploy the frontend application on Vercel. You'll need to [sign up for a free Vercel account](https://vercel.com/signup/).\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https%3A%2F%2Fgithub.com%2Fghoshnirmalya%2Fnextjs-hasura-boilerplate%2Ftree%2Fmaster%2Ffrontend\u0026env=REACT_APP_FIREBASE_API_KEY,REACT_APP_FIREBASE_AUTH_DOMAIN,REACT_APP_FIREBASE_PROJECT_ID,REACT_APP_FIREBASE_STORAGE_BUCKET,REACT_APP_FIREBASE_MESSAGING_SENDER_IDREACT_APP_FIREBASE_APP_ID,REACT_APP_FIREBASE_MEASUREMENT_ID\u0026project-name=reddit-clone\u0026repo-name=reddit-clone)\n\n## Other interesting repositories\n\n1. [Hasura Next.js Boilerplate](https://github.com/ghoshnirmalya/nextjs-hasura-trello-clone)\n2. [Strapi Next.js Boilerplate](https://github.com/ghoshnirmalya/nextjs-strapi-boilerplate)\n3. [React Search Box](https://github.com/ghoshnirmalya/react-search-box)\n4. [LinkedIn Clone using Create React App](https://github.com/ghoshnirmalya/linkedin-clone-react-frontend)\n5. [Building mono-repo applications using Lerna](https://github.com/ghoshnirmalya/building-monorepos-using-lerna)\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Freddit-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoshnirmalya%2Freddit-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Freddit-clone/lists"}