{"id":24298256,"url":"https://github.com/siddhartha412/portfolio","last_synced_at":"2026-04-13T03:01:42.534Z","repository":{"id":271985650,"uuid":"894344130","full_name":"siddhartha412/portfolio","owner":"siddhartha412","description":"A cool Portfolio made by Siddhartha412","archived":false,"fork":false,"pushed_at":"2025-01-18T16:10:46.000Z","size":287,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T17:22:53.326Z","etag":null,"topics":["cool-stuff","portfolio","react","vite"],"latest_commit_sha":null,"homepage":"https://siddhartha412.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siddhartha412.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-26T07:34:51.000Z","updated_at":"2025-01-18T16:10:47.000Z","dependencies_parsed_at":"2025-01-18T17:21:14.554Z","dependency_job_id":null,"html_url":"https://github.com/siddhartha412/portfolio","commit_stats":null,"previous_names":["siddhartha412/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhartha412%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhartha412%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhartha412%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhartha412%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddhartha412","download_url":"https://codeload.github.com/siddhartha412/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242186956,"owners_count":20086212,"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":["cool-stuff","portfolio","react","vite"],"created_at":"2025-01-16T20:54:19.874Z","updated_at":"2026-04-13T03:01:42.462Z","avatar_url":"https://github.com/siddhartha412.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Siddhartha412's Portfolio\n\nWelcome to **Siddhartha412's Portfolio**! This project is a modern and responsive personal portfolio built using the latest web technologies, including React, TypeScript, Tailwind CSS, and Vite.\n\n\n---\n   \u003cbr\u003e   \u003cbr\u003e   \u003cbr\u003e\n   # Preview\n   [Tap here to see preview](https://siddhartha412.vercel.app/) \n   \u003cbr\u003e   \u003cbr\u003e   \u003cbr\u003e \n\n   \n\n## 🚀 Features\n\n- **Fast Development**: Powered by Vite for instant HMR and optimized builds.\n- **Responsive Design**: Built with Tailwind CSS for flexibility and modern styles.\n- **Smooth Animations**: Implemented with Framer Motion for engaging UI interactions.\n- **Type Safety**: Leveraging TypeScript for enhanced developer experience and code reliability.\n- **Accessible Icons**: Integrated with Heroicons and React Icons for beautiful and accessible visuals.\n\n---\n\n## 🛠 Tech Stack\n\n### Core\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.\n- [TypeScript](https://www.typescriptlang.org/) - A strongly typed programming language that builds on JavaScript.\n- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapid UI development.\n\n### Tooling\n- [Vite](https://vitejs.dev/) - A next-generation front-end tooling ecosystem.\n- [ESLint](https://eslint.org/) \u0026 [Prettier](https://prettier.io/) - For linting and formatting consistency.\n- [Framer Motion](https://www.framer.com/motion/) - Library for creating animations and interactions.\n\n---\n\n## 🏁 Getting Started\n\n### Prerequisites\nMake sure you have the following installed:\n- **Node.js** (\u003e=18)\n- **Yarn** or **npm**\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Siddhartha412/portfolio.git\n   cd portfolio\n   ```\n\n2. Install dependencies:\n   ```bash\n   yarn install\n   # or\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   yarn dev\n   # or\n   npm run dev\n   ```\n\n4. Open your browser at [http://localhost:5173](http://localhost:5173).\n\n---\n\n## 📜 Scripts\n\n- `yarn dev`: Start the development server.\n- `yarn build`: Build the project for production.\n- `yarn preview`: Preview the production build locally.\n- `yarn lint`: Run ESLint to lint the code.\n\n---\n\n## 📂 Folder Structure\n\n```plaintext\nportfolio/\n├── src/\n│   ├── components/    # Reusable components\n│   ├── pages/         # Page-level components\n│   ├── styles/        # Tailwind CSS configurations and global styles\n│   ├── utils/         # Utility functions\n│   └── assets/        # Images and other assets\n├── public/            # Static files\n├── .eslintrc.js       # ESLint configuration\n├── tailwind.config.js # Tailwind CSS configuration\n├── tsconfig.json      # TypeScript configuration\n└── vite.config.ts     # Vite configuration\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! If you have suggestions, feel free to:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Submit a pull request.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](./LICENSE) file for details.\n\n---\n\n## 🙏 Acknowledgments\n\n- [Heroicons](https://heroicons.com/) for accessible icons.\n- [React Icons](https://react-icons.github.io/react-icons/) for additional icons.\n- [Framer Motion](https://www.framer.com/motion/) for powerful animation tools.\n- [Vite](https://vitejs.dev/) for simplifying the development workflow.\n\n---\n\nHappy coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhartha412%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddhartha412%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhartha412%2Fportfolio/lists"}