{"id":27137317,"url":"https://github.com/christopherrobin/crr-2025","last_synced_at":"2025-07-16T10:38:03.506Z","repository":{"id":282638897,"uuid":"948801597","full_name":"christopherrobin/crr-2025","owner":"christopherrobin","description":"Resume for Christopher Reynolds, Senior Software Engineer","archived":false,"fork":false,"pushed_at":"2025-03-16T18:05:31.000Z","size":482,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T03:55:37.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.ChristopherRobinReynolds.com","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/christopherrobin.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-15T01:48:14.000Z","updated_at":"2025-03-16T18:05:35.000Z","dependencies_parsed_at":"2025-03-16T00:35:51.556Z","dependency_job_id":null,"html_url":"https://github.com/christopherrobin/crr-2025","commit_stats":null,"previous_names":["christopherrobin/crr-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christopherrobin/crr-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherrobin%2Fcrr-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherrobin%2Fcrr-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherrobin%2Fcrr-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherrobin%2Fcrr-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christopherrobin","download_url":"https://codeload.github.com/christopherrobin/crr-2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherrobin%2Fcrr-2025/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265503498,"owners_count":23778097,"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":[],"created_at":"2025-04-08T03:55:45.448Z","updated_at":"2025-07-16T10:38:03.435Z","avatar_url":"https://github.com/christopherrobin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Christopher Reynolds Resume\n\nA modern, responsive personal developer portfolio built with Next.js, TypeScript, and Tailwind CSS. Showcase your experience, projects, and skills in a clean, professional format.\n\n## ✨ Features\n\n- **Responsive Design** - Looks great on all devices (mobile, tablet, desktop)\n- **Dark/Light Mode** - Automatic theme detection with manual toggle\n- **Component-Driven Architecture** - Modular components for better maintainability\n- **TypeScript Support** - Full type safety across the codebase\n- **Dynamic Resume Content** - Easily updateable resume data structure\n- **Optimized Performance** - Fast page loads with Next.js optimizations\n- **SEO Ready** - Built-in metadata and Open Graph support\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js 15](https://nextjs.org/) (App Router)\n- **Language**: [TypeScript](https://www.typescriptlang.org/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Deployment**: [Vercel](https://vercel.com/)\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- Node.js 18.17.0 or later\n- npm, yarn, pnpm, or bun\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/christopherrobin/crr-2025\n   cd crr-2025\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   # or\n   bun install\n   ```\n\n3. Run the development server:\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   # or\n   bun dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.\n\n## 📁 Project Structure\n\n```\nportfolio/\n├── app/                    # Next.js app directory\n│   ├── layout.tsx          # Root layout component\n│   ├── page.tsx            # Home page\n│   └── resume/             # Resume page\n├── components/             # Reusable components\n│   ├── PageLayout.tsx      # Layout wrapper\n│   └── ResumeEntries.tsx   # Resume entry components\n├── data/                   # Data files\n│   └── resume.ts           # Resume content structured as TypeScript\n├── public/                 # Static assets\n│   └── ...\n├── styles/                 # Global styles\n│   └── globals.css\n├── utils/                  # Utility functions\n│   └── htmlStringParser.tsx # HTML string parsing utility\n└── ...\n```\n\n## 📝 Customizing Your Resume\n\nThe resume data is stored in `data/resume.ts`. To update your information:\n\n1. Edit the relevant sections in the data file (skills, jobs, education)\n2. The changes will automatically reflect in the UI\n3. To add new job entries, simply add a new object to the `jobs` array\n\nExample job entry:\n```typescript\n{\n  id: \"company-name\",\n  company: \"Company Name\",\n  title: \"Your Title\",\n  period: \"Month Year - Month Year\",\n  technologies: \"Technologies used\",\n  responsibilities: [\n    \"Responsibility 1\",\n    \"Responsibility 2\",\n    \"Responsibility with \u003ca href=\\\"https://example.com\\\"\u003elink\u003c/a\u003e\"\n  ]\n}\n```\n\n## 🌙 Dark Mode\n\nThe portfolio supports both light and dark modes, which are automatically detected based on the user's system preferences. A toggle is also available for manual control.\n\n## 📱 Responsive Design\n\nThe portfolio is fully responsive and optimized for:\n- Mobile devices\n- Tablets\n- Desktop computers\n\n## 🚢 Deployment\n\nThe easiest way to deploy your portfolio is to use the [Vercel Platform](https://vercel.com/new).\n\n1. Push your code to GitHub\n2. Import your project to Vercel\n3. Vercel will detect Next.js automatically and deploy with optimal settings\n\nAlternatively, you can deploy to any platform that supports Next.js.\n\n## 🧩 Adding Projects\n\nTo add projects to your portfolio:\n\n1. Update the projects section in your data structure\n2. Add images to the public directory\n3. Link to live demos or GitHub repositories\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙏 Acknowledgements\n\n- [Next.js](https://nextjs.org/) - The React framework\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n- [TypeScript](https://www.typescriptlang.org/) - Typed JavaScript\n- [Vercel](https://vercel.com/) - Deployment platform\n\n---\n\nBuilt by [Christopher Reynolds](@christopherrobin)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherrobin%2Fcrr-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristopherrobin%2Fcrr-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherrobin%2Fcrr-2025/lists"}