{"id":26548523,"url":"https://github.com/egarrisxn/resplashpad","last_synced_at":"2026-04-10T00:03:50.683Z","repository":{"id":283773898,"uuid":"952864065","full_name":"egarrisxn/resplashpad","owner":"egarrisxn","description":"Unsplash with React!","archived":false,"fork":false,"pushed_at":"2025-03-22T04:20:15.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T05:20:09.157Z","etag":null,"topics":["radix-ui","react","reactjs","shadcn","shadcn-ui","tailwind","tailwindcss","typescript","unsplash","vercel","vite","vitejs","vitest"],"latest_commit_sha":null,"homepage":"https://resplashpad.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/egarrisxn.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":"2025-03-22T03:13:37.000Z","updated_at":"2025-03-22T04:23:48.000Z","dependencies_parsed_at":"2025-03-22T05:20:15.314Z","dependency_job_id":"9921d110-c708-402f-818e-266e1a2d0121","html_url":"https://github.com/egarrisxn/resplashpad","commit_stats":null,"previous_names":["egarrisxn/resplashpad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egarrisxn%2Fresplashpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egarrisxn%2Fresplashpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egarrisxn%2Fresplashpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egarrisxn%2Fresplashpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egarrisxn","download_url":"https://codeload.github.com/egarrisxn/resplashpad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913993,"owners_count":20530939,"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","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":["radix-ui","react","reactjs","shadcn","shadcn-ui","tailwind","tailwindcss","typescript","unsplash","vercel","vite","vitejs","vitest"],"created_at":"2025-03-22T06:19:15.445Z","updated_at":"2025-12-30T19:29:27.534Z","avatar_url":"https://github.com/egarrisxn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resplashpad\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![GitHub repo size](https://img.shields.io/github/repo-size/egarrisxn/resplashpad) ![GitHub last commit](https://img.shields.io/github/last-commit/egarrisxn/resplashpad)\n\n![opengraph-image](https://github.com/user-attachments/assets/aa1ebfbd-235f-4646-9a52-570fccd43a7f)\n\n## **Overview**\n\nResplashpad is a blazing fast photo gallery app powered by React \u0026 Unsplash.\n\n## **Technologies**\n\nThis app leverages a modern tech stack for a smooth developer experience:\n\n- **Programming Language**: [TypeScript](https://www.typescriptlang.org/) – Ensures type safety and better maintainability.\n- **Framework**: [React](https://react.dev/) – The library for web and native user interfaces.\n- **Deployment**: [Vercel](https://vercel.com) – Optimized for seamless, serverless deployment.\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS for rapid styling.\n- **Linting \u0026 Formatting**:\n  - [ESLint](https://eslint.org/) – Enforces code quality and best practices.\n  - [Prettier](https://prettier.io/) – Automatic code formatting for consistency.\n\n## **Before You Begin**\n\nThis app uses [pnpm](https://pnpm.io) as the default package manager for faster dependency resolution and disk space efficiency. However, you can switch to `npm`, `yarn`, or `bun` if preferred.\n\n### Updataing Package Manager\n\nBy default, this app enforces `pnpm`. To use another package manager, follow these steps:\n\n#### 1. Remove `pnpm` Enforcement\n\nOpen `package.json` and modify or remove the following lines:\n\n```json\n\"preinstall\": \"npx only-allow pnpm\",\n\"prebuild\": \"pnpm run lint\"\n```\n\n#### 2. Install Dependencies Using Your Preferred Manager\n\nRun one of the following commands:\n\n```bash\nnpm install  # or yarn install, bun install\n```\n\nNow you're ready to start building! 🚀\n\n## **Getting Started**\n\n#### 1. Clone the Repository\n\nFirst, clone the repository onto your local machine:\n\n```bash\ngit clone https://github.com/egarrisxn/resplashpad.git \ncd resplashpad\n```\n\n#### 2. Install Dependencies\n\nRun the following command to install dependencies:\n\n```bash\npnpm install\n```\n\n#### 3. Start the Development Server\n\nLaunch the local development server:\n\n```bash\npnpm dev\n```\n\n#### 4. Open in Your Browser\n\nOnce the server is running, open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. TThe page will auto-update as you edit the file. Now, get to building! 🚀\n\n## **Deployment**\n\nFor a seamless deployment experience, use the **Deploy** button below to launch your project on Vercel.\n\nNote: You are not limited to Vercel and may deploy this app on any platform that supports Next.js. However, in my experience, Vercel provides the fastest and most convenient setup.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fegarrisxn%2Fresplashpad)\n\n## **Learn More**\n\nTo explore more about Next.js, check out these resources:\n\n- 📖 [Next.js Documentation](https://nextjs.org/docs) – Official docs covering features and best practices.\n- 🛠️ [Next.js GitHub](https://github.com/vercel/next.js) – Browse the source code and contribute.\n\n## **License**\n\nThis project is licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## **Contact**\n\nIf you have any questions or need further assistance, feel free to reach out to me at [github.com/garrisxn](https://github.com/egarrisxn) or send an email to [egarrisxn@gmail.com](mailto:egarrisxn@gmail.com) and I'll get back to you as soon as possible!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegarrisxn%2Fresplashpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegarrisxn%2Fresplashpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegarrisxn%2Fresplashpad/lists"}