{"id":26198309,"url":"https://github.com/shivam-kumar-59/portfolio","last_synced_at":"2025-12-25T11:47:34.446Z","repository":{"id":258664844,"uuid":"874148035","full_name":"SHIVAM-KUMAR-59/portfolio","owner":"SHIVAM-KUMAR-59","description":"This is a responsive portfolio website I built using Next.js, styled with Tailwind CSS, and animated with Framer Motion. It showcases my skills, projects, and experience as a web developer. The site is deployed on Vercel for fast performance and smooth user experience.","archived":false,"fork":false,"pushed_at":"2025-03-11T21:18:29.000Z","size":10432,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T22:25:01.283Z","etag":null,"topics":["backend","frontend","nextjs","portfolio-website","vercel-deployment","webdevelopment"],"latest_commit_sha":null,"homepage":"https://portfolio-shivam-nine.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/SHIVAM-KUMAR-59.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":"2024-10-17T10:34:29.000Z","updated_at":"2025-03-11T21:18:33.000Z","dependencies_parsed_at":"2025-01-01T09:32:25.580Z","dependency_job_id":null,"html_url":"https://github.com/SHIVAM-KUMAR-59/portfolio","commit_stats":null,"previous_names":["shivam-kumar-59/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIVAM-KUMAR-59%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIVAM-KUMAR-59%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIVAM-KUMAR-59%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIVAM-KUMAR-59%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHIVAM-KUMAR-59","download_url":"https://codeload.github.com/SHIVAM-KUMAR-59/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243147241,"owners_count":20243745,"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":["backend","frontend","nextjs","portfolio-website","vercel-deployment","webdevelopment"],"created_at":"2025-03-12T02:51:39.962Z","updated_at":"2025-12-25T11:47:34.438Z","avatar_url":"https://github.com/SHIVAM-KUMAR-59.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio Website\n\nThis is a **responsive portfolio website** I built using **Next.js**, styled with **Tailwind CSS**, and animated with **Framer Motion**. It showcases my skills, projects, and experience as a web developer. The site is deployed on **Vercel** for fast performance and smooth user experience.\n\n## Features\n\n- **Responsive Design**: The website adapts beautifully to various screen sizes.\n- **Framer Motion Animations**: Smooth and modern animations to enhance user experience.\n- **Dynamic Content**: Integrated email service to allow visitors to contact me directly.\n- **Vercel Deployment**: Deployed on Vercel for excellent performance and scalability.\n\n## Packages Used\n\n### Dependencies\n\n- **[Next.js](https://nextjs.org/)**: Framework for React with built-in features like SSR, routing, and more.\n- **[React](https://reactjs.org/)**: JavaScript library for building user interfaces.\n- **[Framer Motion](https://www.framer.com/motion/)**: A powerful animation library for React.\n- **[Tailwind CSS](https://tailwindcss.com/)**: Utility-first CSS framework for custom styling.\n- **[EmailJS](https://www.emailjs.com/)**: Service to send emails directly from the client side.\n- **[Lucide Icons](https://lucide.dev/)**: Beautiful and customizable React icons.\n- **[React Icons](https://react-icons.github.io/react-icons/)**: Popular icons as React components.\n\n### Dev Dependencies\n\n- **[ESLint](https://eslint.org/)**: A linting tool to maintain code quality and consistency.\n- **[Tailwind CSS](https://tailwindcss.com/)**: Integrated for seamless styling using utility classes.\n- **[PostCSS](https://postcss.org/)**: A tool to transform CSS with JavaScript.\n- **[Next.js ESLint Config](https://nextjs.org/docs/basic-features/eslint)**: Next.js specific ESLint rules.\n\n## Getting Started\n\n### Prerequisites\n\n- **Node.js**: Make sure you have Node.js installed on your system. You can download it [here](https://nodejs.org/).\n\n### Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/your-username/portfolio.git\n   cd portfolio\n   ```\n\n2. Install Dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\n4. Open your web browser and navigate to [http://localhost:3000](http://localhost:3000) to view the website.\n\n### Linting\n\nTo check and fix code formatting issues, run:\n\n```bash\nnpm run lint\n```\n\n## Contributions ✨\n\nThis repository is intended for personal learning, but if you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request!\n\n1. Fork the repository.\n\n2. Create a new branch for your feature:\n\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n\n3. Commit your changes:\n\n   ```bash\n   git commit -m 'Add some feature'\n   ```\n\n4. Push to the branch:\n\n   ```bash\n   git push origin feature/YourFeature\n   ```\n\n5. Open a pull request, and I'll review your contribution!\n\n## Acknowledgments 👏\n\nA huge thank you to the NextJs community and various online resources that have been invaluable in my learning journey!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-kumar-59%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivam-kumar-59%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-kumar-59%2Fportfolio/lists"}