{"id":25688849,"url":"https://github.com/parasss19/giphyapp","last_synced_at":"2025-08-23T20:03:44.542Z","repository":{"id":278782981,"uuid":"936762249","full_name":"parasss19/GiphyApp","owner":"parasss19","description":"Sticky App","archived":false,"fork":false,"pushed_at":"2025-07-24T09:12:32.000Z","size":447,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T13:16:36.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sticky-blond.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/parasss19.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":"2025-02-21T16:36:15.000Z","updated_at":"2025-07-24T09:12:36.000Z","dependencies_parsed_at":"2025-02-21T17:42:17.224Z","dependency_job_id":"8e60b7a4-1e89-4993-8f0e-8a3b7c9c62a5","html_url":"https://github.com/parasss19/GiphyApp","commit_stats":null,"previous_names":["parasss19/giphyapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parasss19/GiphyApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasss19%2FGiphyApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasss19%2FGiphyApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasss19%2FGiphyApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasss19%2FGiphyApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasss19","download_url":"https://codeload.github.com/parasss19/GiphyApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasss19%2FGiphyApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267843004,"owners_count":24153134,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2025-02-24T21:17:05.456Z","updated_at":"2025-07-30T09:07:43.769Z","avatar_url":"https://github.com/parasss19.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STICKY❤️\n\u003cdiv id=\"top\" align=\"center\"\u003e\n \u003cimg src=\"https://res.cloudinary.com/dxxeks4o5/image/upload/v1742539916/l0kvnluudpvlj4ihqdxd.png\" alt=\"logo\"/\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n\n## A fun \u0026 fast GIF ,Stickers finder where you can:\n \n## 🚀 Features\n- 🔍 **Search trending GIFs, stickers \u0026 text**\n- 💾 **Save your favorites**\n- 📤 **Share with friends**\n- 📥 **Download GIFs**\n\n\u003cbr\u003e\n\n\n## 🧑‍💻 Tech Stack\n\n| Tech        | Description                           |\n|-------------|---------------------------------------|\n| **MongoDB** | NoSQL database with transaction support |\n| **Express** | Backend server framework               |\n| **React**   | Frontend library                       |\n| **Tailwind Css**   | For UI                        |\n| **Node.js** | Runtime environment                    |\n| **JWT**     | Secure authentication mechanism        |\n| **Mongoose**| MongoDB object modeling tool           |\n| **Vite**| Build Tool           |\n| **Context-API**| For state Management           |\n\n\u003cbr\u003e\n\n\n\u003e **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.\n\u003cbr\u003e\n\n\n# Installation\n\n## To run the project locally, follow these steps:\n\n1. **Fork the project repository:**\n\n   - Go to the project repository on GitHub.\n   - Click on the \"Fork\" button in the top-right corner of the page.\n\n   ![image](https://github.com/Ayush-Tibrewal/Product_3D/assets/96817905/789dda31-5f38-4102-aca8-731d7f2f5f2f)\n\n   - This will create a copy of the repository under your GitHub account.\n  \n2. **Clone the forked repository to your local machine:**\n\n   ```sh\n   git clone https://github.com/parasss19/GiphyApp\n   cd GiphyApp\n   ```\n \n    - This command will create a local copy of the project on your machine.\n\n  3. **Install frontend dependencies**\n\n     ```sh\n     npm install\n     ```\n   \n  4. **Setup ENV for Backend**\n     Create a `config.env` file in the `Backend` directory\n     ```sh\n     VITE_GIPHY_KEY = \"YOUR GIPHY API KEY\"\n     VITE_BACKEND_URL = \"YOUR backend url\"\n     VITE_GOOGLE_CLIENT_ID = \"YOUR GOOGLE CLIENT ID FOR OAuth\"\n     ```\n\n  5. **Running Frontend**\n\n     ```sh\n     npm run dev\n     ```\n\n  6. **Open the app**\n    - Go to `http://localhost:5173` in your browser\n\n\n\u003cbr\u003e\n\n\u003e **Note**: For backend Repository Refer to [Giphy_Backend](https://github.com/parasss19/GiphyApp_Backend) .\n\u003cbr\u003e\n\n## 📜 License\nThis project is licensed under the MIT License.\n\n## 🤠 Project Admin \n\n\u003ca href=\"https://github.com/parasss19\"\u003e \u003cimg src=\"https://res.cloudinary.com/dxxeks4o5/image/upload/v1695653091/admin_bdga2f_yla8qm.png\" height=\"80px\"/\u003e\u003c/a\u003e\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasss19%2Fgiphyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparasss19%2Fgiphyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasss19%2Fgiphyapp/lists"}