{"id":23494881,"url":"https://github.com/pooriadaloochi/pooria-portfolio","last_synced_at":"2026-04-07T09:32:27.392Z","repository":{"id":260922398,"uuid":"864645116","full_name":"pooriadaloochi/pooria-portfolio","owner":"pooriadaloochi","description":"My personal portfolio showcasing projects, skills, and achievements in full-stack development using React.js, Next.js, and Material UI. Demo: https://pooriadaloochi.com","archived":false,"fork":false,"pushed_at":"2025-03-18T09:25:38.000Z","size":2193,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T02:52:14.786Z","etag":null,"topics":["backend","developer","development","frontend","full-stack","mui","nextjs","personal-website","portfolio","react","reactjs","showcase"],"latest_commit_sha":null,"homepage":"https://pooriadaloochi.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/pooriadaloochi.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":"2024-09-28T19:13:43.000Z","updated_at":"2025-03-18T09:25:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"48811732-87f0-450c-ba96-046b2461a80a","html_url":"https://github.com/pooriadaloochi/pooria-portfolio","commit_stats":null,"previous_names":["pooriadaloochi/pooria-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pooriadaloochi/pooria-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooriadaloochi%2Fpooria-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooriadaloochi%2Fpooria-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooriadaloochi%2Fpooria-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooriadaloochi%2Fpooria-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pooriadaloochi","download_url":"https://codeload.github.com/pooriadaloochi/pooria-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pooriadaloochi%2Fpooria-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["backend","developer","development","frontend","full-stack","mui","nextjs","personal-website","portfolio","react","reactjs","showcase"],"created_at":"2024-12-25T03:13:00.937Z","updated_at":"2026-04-07T09:32:27.372Z","avatar_url":"https://github.com/pooriadaloochi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pooria Daloochi - Portfolio Website\n\nWelcome to the GitHub repository for my personal portfolio website. This portfolio showcases my skills, experience, and projects as a Full Stack Developer specializing in React.js, Next.js, and other modern web technologies. Visit the live version at [pooriadaloochi.com](http://pooriadaloochi.com).\n\n## Overview\n\nThis website is designed to give an overview of my professional background, including:\n\n- **About Me**: A brief introduction about my background, skills, and interests.\n- **Projects**: Detailed information on various projects I have worked on, including descriptions, key technologies, and links to live demos and GitHub repositories.\n- **Skills**: A comprehensive list of technologies and tools I am proficient in.\n- **Contact**: Ways to get in touch with me.\n\n## Features\n\n- **Responsive Design**: The website is fully responsive, ensuring an optimal experience on all devices, from desktop to mobile.\n- **Interactive Elements**: Includes interactive features like animations and hover effects to improve user engagement.\n- **Modern UI**: Uses clean, visually appealing design principles to ensure a professional presentation.\n\n## Technologies Used\n\n- **Frontend**:\n  - [React.js](https://reactjs.org/): JavaScript library for building user interfaces.\n  - [Next.js](https://nextjs.org/): React framework for server-side rendering and static site generation.\n  - **Material UI (MUI)**: To create a modern and responsive UI, including icons and date pickers.\n  - **Emotion**: Styling with `@emotion/react` and `@emotion/styled` for custom, CSS-in-JS styling.\n- **Backend**:\n  - [Node.js](https://nodejs.org/): Server-side JavaScript runtime.\n  - [Express.js](https://expressjs.com/): Backend framework used for creating APIs (if applicable).\n- **Internationalization**:\n  - [i18next](https://www.i18next.com/): For adding multilingual support to the website.\n  - **React-i18next**: Integration of i18next with React for efficient internationalization.\n- **Hosting**:\n  - [Vercel](https://vercel.com/): Deployment of the portfolio for fast, reliable hosting.\n\n## Getting Started\n\nIf you want to run the project locally, follow these steps:\n\n### Prerequisites\n\n- **Node.js** (v14 or above) and **npm** or **yarn** should be installed.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone [https://github.com/pooriadaloochi/portfolio.git](https://github.com/pooriadaloochi/pooria-portfolio.git)\n   ```\n2. Navigate to the project folder:\n   ```bash\n   cd portfolio\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n### Running the Project\n\nTo run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nThe website should be available at `http://localhost:3000`.\n\n### Building for Production\n\nTo create an optimized production build:\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\nTo start the production server:\n\n```bash\nnpm start\n# or\nyarn start\n```\n\n## Folder Structure\n\n- **/components**: Reusable UI components used throughout the website.\n- **/pages**: Next.js pages that define the routes of the portfolio.\n- **/public**: Static assets like images and icons.\n- **/styles**: CSS files and styled components for custom styling.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions for improvements or new features, feel free to open an issue or submit a pull request.\n\n## Contact\n\nFeel free to reach out if you have any questions or want to connect:\n\n- **Website**: [pooriadaloochi.com](http://pooriadaloochi.com)\n- **LinkedIn**: [linkedin.com/in/pooriadaloochi](https://linkedin.com/in/pooriadaloochi)\n- **Email**: pooriadaloochi@gmail.com\n\n## License\n\nThis project is open source and available under the [MIT License](./LICENSE).\n\n---\n\nThank you for checking out my portfolio! I hope you enjoy exploring it as much as I enjoyed creating it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooriadaloochi%2Fpooria-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpooriadaloochi%2Fpooria-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooriadaloochi%2Fpooria-portfolio/lists"}