{"id":31737221,"url":"https://github.com/lassiecoder/portfolio","last_synced_at":"2025-10-09T09:11:26.517Z","repository":{"id":138127963,"uuid":"230629967","full_name":"lassiecoder/portfolio","owner":"lassiecoder","description":"Built my portfolio with Next.js, styled with Tailwind CSS, and added smooth animations using Framer Motion. Check it out for a seamless and visually engaging experience!","archived":false,"fork":false,"pushed_at":"2025-08-20T20:33:16.000Z","size":32265,"stargazers_count":15,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T22:28:09.368Z","etag":null,"topics":["eslint","framer-motion","gh-pages","nextjs14","react-ga4","sonner","tailwindcss","tsparticles"],"latest_commit_sha":null,"homepage":"https://lassiecoder.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/lassiecoder.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":"2019-12-28T15:47:42.000Z","updated_at":"2025-08-20T20:33:21.000Z","dependencies_parsed_at":"2024-04-10T00:24:41.271Z","dependency_job_id":"d6dfbcaf-36c1-4287-aea9-1e01da4ad2d4","html_url":"https://github.com/lassiecoder/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lassiecoder/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassiecoder%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassiecoder%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassiecoder%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassiecoder%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassiecoder","download_url":"https://codeload.github.com/lassiecoder/portfolio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassiecoder%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001170,"owners_count":26083021,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","framer-motion","gh-pages","nextjs14","react-ga4","sonner","tailwindcss","tsparticles"],"created_at":"2025-10-09T09:08:14.454Z","updated_at":"2025-10-09T09:11:26.511Z","avatar_url":"https://github.com/lassiecoder.png","language":"TypeScript","readme":"# Portfolio\n\nHi there, I'm **lassiecoder**! 👋\nThis is my personal portfolio template built using Next.js and Tailwind CSS with smooth animations powered by Framer Motion.\n\n## Author\n\n**Priyanka Sharma**\n\n- Email: sharmapriyanka84510@gmail.com\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/portfolio.git\ncd portfolio\n```\n\n2. Install the dependencies:\n\n```bash\nnpm install\n```\n\n## Usage\n\n### Development\n\nTo start the development server:\n\n```bash\nnpm run dev\n```\n\n## Scripts\n\n- `dev`: Starts the development server.\n- `build`: Builds the project for production.\n- `start`: Starts the production server.\n- `lint`: Runs ESLint.\n- `predeploy`: Prepares the project for deployment.\n- `deploy`: Builds and deploys the project.\n\n## Dependencies\n\n- **@tabler/icons-react**: ^3.1.0\n- **@tsparticles/engine**: ^3.3.0\n- **@tsparticles/react**: ^3.0.0\n- **@tsparticles/slim**: ^3.3.0\n- **clsx**: ^2.1.0\n- **framer-motion**: ^11.0.25\n- **gh-pages**: ^6.1.1\n- **next**: ^14.1.4\n- **react**: ^18\n- **react-dom**: ^18\n- **react-element-to-jsx-string**: ^15.0.0\n- **react-ga4**: ^2.1.0\n- **react-icons**: ^5.0.1\n- **sonner**: ^1.4.41\n- **tailwind-merge**: ^2.2.2\n- **typewriter-effect**: ^2.21.0\n\n## Dev Dependencies\n\n- **@types/node**: ^20\n- **@types/react**: ^18\n- **@types/react-dom**: ^18\n- **autoprefixer**: ^10.0.1\n- **eslint**: ^8\n- **eslint-config-next**: 14.1.4\n- **postcss**: ^8\n- **tailwindcss**: ^3.3.0\n- **typescript**: ^5\n\n## Deployment\n\n1. Open your terminal in the project directory.\n\n2. Run the following command to build the project:\n\n   ```bash\n   npm run build\n   ```\n\n3. Stage the Changes\n\n   ```bash\n   git add .\n   ```\n\n4. Commit the changes\n\n   ```bash\n   git commit -m \"COMMIT_MESSAGE\"\n   ```\n\n5. Push the changes to your GitHub repository\n\n   ```bash\n   git push origin master\n   ```\n\n### NOTE: Monitor GitHub Actions\n\n1. Navigate to the Actions tab of your GitHub repository.\n2. Check for any running or completed workflows.\n3. Ensure the deployment workflow runs successfully.\n\n## Contributing\n\nFeel free to submit issues or pull requests.\n\n## Preview\n\n![portfolio-preview](https://github.com/lassiecoder/portfolio/assets/17312616/0d9c65b3-d9c4-4ead-9458-c9ab85f006d0)\n\n## Contact\n\nFor any inquiries, please contact me at lassiecoder@gmail.com.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassiecoder%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassiecoder%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassiecoder%2Fportfolio/lists"}