{"id":19306258,"url":"https://github.com/audrbar/folio","last_synced_at":"2026-04-08T20:19:38.539Z","repository":{"id":204310356,"uuid":"711541031","full_name":"audrbar/folio","owner":"audrbar","description":"A One Page NextJS 14 Application, build on ReactJS, TypeScript, Advanced Animation with Framer Motion, Tailwind CSS, React Email and Resend, hosted on Versel","archived":false,"fork":false,"pushed_at":"2025-12-23T16:00:11.000Z","size":6859,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-24T09:03:27.392Z","etag":null,"topics":["framer-motion","nextjs","react-email","reactjs","resend","tailwindcss","typescript","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://audrbar.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/audrbar.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-29T15:28:54.000Z","updated_at":"2025-12-23T16:00:15.000Z","dependencies_parsed_at":"2023-11-03T17:41:36.922Z","dependency_job_id":null,"html_url":"https://github.com/audrbar/folio","commit_stats":null,"previous_names":["audrbar/folio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/audrbar/folio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrbar%2Ffolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrbar%2Ffolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrbar%2Ffolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrbar%2Ffolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audrbar","download_url":"https://codeload.github.com/audrbar/folio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrbar%2Ffolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31572465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["framer-motion","nextjs","react-email","reactjs","resend","tailwindcss","typescript","vercel-deployment"],"created_at":"2024-11-10T00:05:09.210Z","updated_at":"2026-04-08T20:19:38.529Z","avatar_url":"https://github.com/audrbar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Folio - Personal Portfolio Website\n\nA modern, responsive portfolio website built with Next.js 14, React, TypeScript, and Tailwind CSS. Features smooth animations, dark mode support, and a functional contact form.\n\n## 🌟 Features\n\n- **Responsive Design** - Fully optimized for desktop, tablet, and mobile devices\n- **Dark Mode** - Toggle between light and dark themes with persistent preferences\n- **Smooth Animations** - Powered by Framer Motion for engaging user experience\n- **Interactive Sections** - Dynamic navigation with active section highlighting\n- **Contact Form** - Functional email integration using Resend API\n- **Modern UI** - Clean design with Tailwind CSS styling\n- **Type-Safe** - Built with TypeScript for robust code quality\n\n## 🚀 Tech Stack\n\n### Core\n- **[Next.js 14](https://nextjs.org/)** - React framework with App Router\n- **[React 18](https://react.dev/)** - UI library\n- **[TypeScript](https://www.typescriptlang.org/)** - Type-safe JavaScript\n\n### Styling \u0026 UI\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework\n- **[Framer Motion](https://www.framer.com/motion/)** - Animation library\n- **[React Icons](https://react-icons.github.io/react-icons/)** - Icon library\n- **[clsx](https://github.com/lukeed/clsx)** - Conditional className utility\n\n### Components \u0026 Features\n- **[React Vertical Timeline](https://www.npmjs.com/package/react-vertical-timeline-component)** - Experience timeline\n- **[React Hot Toast](https://react-hot-toast.com/)** - Notification system\n- **[React Intersection Observer](https://github.com/thebuilder/react-intersection-observer)** - Scroll detection\n- **[React Email](https://react.email/)** - Email template components\n- **[Resend](https://resend.com/)** - Email sending service\n\n## 📁 Project Structure\n\n```\nfolio/\n├── actions/              # Server actions\n│   └── sendEmail.ts     # Email sending logic\n├── app/                 # Next.js App Router\n│   ├── globals.css      # Global styles\n│   ├── layout.tsx       # Root layout\n│   └── page.tsx         # Homepage\n├── components/          # React components\n│   ├── about.tsx\n│   ├── contact.tsx\n│   ├── experience.tsx\n│   ├── footer.tsx\n│   ├── header.tsx\n│   ├── intro.tsx\n│   ├── project.tsx\n│   ├── projects.tsx\n│   ├── section-divider.tsx\n│   ├── section-heading.tsx\n│   ├── skills.tsx\n│   ├── submit-btn.tsx\n│   └── theme-switch.tsx\n├── context/             # React Context providers\n│   ├── active-section-context.tsx\n│   └── theme-context.tsx\n├── email/               # Email templates\n│   └── contact-form-email.tsx\n├── lib/                 # Utilities and data\n│   ├── data.ts         # Portfolio content\n│   ├── hooks.ts        # Custom React hooks\n│   ├── types.ts        # TypeScript types\n│   └── utils.ts        # Helper functions\n├── public/             # Static assets\n└── types/              # TypeScript declarations\n```\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- Node.js 18+ installed\n- npm, yarn, pnpm, or bun package manager\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/audrbar/folio.git\ncd folio\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Create a `.env` file in the root directory:\n```env\nRESEND_API_KEY=your_resend_api_key_here\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Environment Variables\n\n- `RESEND_API_KEY` - Your Resend API key for email functionality ([Get it here](https://resend.com/))\n\n## 📝 Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n\n## 🎨 Customization\n\n### Personal Information\n\nUpdate your personal information in `lib/data.ts`:\n\n- `links` - Navigation menu items\n- `experiencesData` - Work experience and education\n- `projectsData` - Portfolio projects\n- `skillsData` - Technical skills\n\n### Contact Email\n\nUpdate the recipient email in `actions/sendEmail.ts`:\n\n```typescript\nto: [\"your-email@example.com\"]\n```\n\n### Styling\n\n- Global styles: `app/globals.css`\n- Tailwind configuration: `tailwind.config.ts`\n- Theme colors and fonts: `app/layout.tsx`\n\n## 🌐 Deployment\n\n### Vercel (Recommended)\n\nThe easiest way to deploy is using [Vercel](https://vercel.com):\n\n1. Push your code to GitHub\n2. Import project to Vercel\n3. Add environment variables\n4. Deploy\n\nSee [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more options.\n\n## 📄 License\n\nThis project is open source and available for personal use.\n\n## 🙏 Acknowledgments\n\nOriginal design and tutorial by [ByteGrad](https://github.com/ByteGrad/portfolio-website)\n- [YouTube Tutorial](https://www.youtube.com/watch?v=sUKptmUVIBM)\n- [Original Repository](https://github.com/ByteGrad/portfolio-website)\n\n## 👤 Author\n\n**Audrius Baronas**\n\n- LinkedIn: [@audrius-baronas](https://www.linkedin.com/in/audrius-baronas-525078257/)\n- GitHub: [@audrbar](https://github.com/audrbar)\n\n---\n\nBuilt with ❤️ using React \u0026 Next.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudrbar%2Ffolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudrbar%2Ffolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudrbar%2Ffolio/lists"}