{"id":26681361,"url":"https://github.com/muchokidavid/my-portfolio","last_synced_at":"2025-03-26T07:15:37.305Z","repository":{"id":283878793,"uuid":"951769423","full_name":"MuchokiDavid/my-portfolio","owner":"MuchokiDavid","description":"Welcome to my personal portfolio! This project showcases my skills, projects, and experience as a software developer. It is built using React, Vite, and Tailwind CSS, and features a clean, modern design with interactive elements.","archived":false,"fork":false,"pushed_at":"2025-03-22T18:51:58.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T19:26:57.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://myportfolio-jade-three.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/MuchokiDavid.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":"2025-03-20T08:05:00.000Z","updated_at":"2025-03-22T18:52:02.000Z","dependencies_parsed_at":"2025-03-22T19:38:42.097Z","dependency_job_id":null,"html_url":"https://github.com/MuchokiDavid/my-portfolio","commit_stats":null,"previous_names":["muchokidavid/my-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fmy-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fmy-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fmy-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fmy-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuchokiDavid","download_url":"https://codeload.github.com/MuchokiDavid/my-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605709,"owners_count":20643030,"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":[],"created_at":"2025-03-26T07:15:36.725Z","updated_at":"2025-03-26T07:15:37.294Z","avatar_url":"https://github.com/MuchokiDavid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Portfolio\n\nWelcome to my personal portfolio! This project showcases my skills, projects, and experience as a software developer. It is built using **React**, **Vite**, and **Tailwind CSS**, and features a clean, modern design with interactive elements.\n\n## Live Demo\n\nCheck out the live version of the portfolio: [Live Demo](https://your-portfolio-url.com)\n\n## Features\n\n- **Responsive Design**: Works seamlessly on all devices (desktop, tablet, mobile).\n- **Interactive Animations**: Built with **Framer Motion** for smooth animations.\n- **Skill Showcase**: Displays my skills with looping text and icons.\n- **Project Highlights**: Links to my GitHub projects with descriptions.\n- **Contact Form**: A functional contact form for easy communication.\n- **Downloadable Resume**: Direct link to download my CV.\n\n## Technologies Used\n\n- **React**: A JavaScript library for building user interfaces.\n- **Vite**: A fast build tool for modern web development.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **Framer Motion**: A production-ready motion library for React.\n- **React Icons**: A collection of popular icons for React projects.\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/MuchokiDavid/my-portfolio.git\n   cd my-portfolio\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**:\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser**:\n   Visit `http://localhost:5173` to view the portfolio.\n\n## Project Structure\n\nHere’s an overview of the project structure:\n\n```\nmy-portfolio/\n├── public/               # Static assets (images, icons, etc.)\n├── src/\n│   ├── components/       # Reusable React components\n│   ├── App.jsx           # Main application component\n│   ├── main.jsx          # Entry point for the app\n│   └── styles.css        # Global styles\n├── .gitignore            # Files and directories to ignore in Git\n├── index.html            # HTML template\n├── package.json          # Project dependencies and scripts\n├── README.md             # Project documentation\n└── vite.config.js        # Vite configuration\n```\n\n## Customization\n\nTo customize the portfolio for your own use:\n\n1. **Update Content**:\n   - Replace the placeholder text in `src/components/` with your own information.\n   - Update the `skills` array in the `Hero` component to showcase your skills.\n   - Add your projects to the `Projects` component.\n\n2. **Update Images**:\n   - Replace the placeholder images in the `public/` folder with your own.\n\n3. **Update Links**:\n   - Update the GitHub, LinkedIn, and email links in the `NavBars` and `Contact` components.\n\n4. **Update Resume**:\n   - Replace the link to the resume in the `NavBars` component with your own CV.\n\n## Deployment\n\nTo deploy the portfolio, you can use one of the following platforms:\n\n- **Vercel**: [Vercel Deployment Guide](https://vercel.com/docs)\n- **Netlify**: [Netlify Deployment Guide](https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/)\n- **GitHub Pages**: [GitHub Pages Deployment Guide](https://vitejs.dev/guide/static-deploy.html#github-pages)\n\nExample deployment to Vercel:\n1. Install the Vercel CLI:\n   ```bash\n   npm install -g vercel\n   ```\n2. Deploy the project:\n   ```bash\n   vercel\n   ```\n\n## Contributing\n\nContributions are welcome! If you’d like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your commit message here\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out:\n\n- **Email**: dmmuchoki7@gmail.com\n- **GitHub**: [MuchokiDavid](https://github.com/MuchokiDavid)\n- **LinkedIn**: [david-muchoki](https://linkedin.com/in/david-muchoki)\n\n---\n\nThank you for visiting my portfolio! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Fmy-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchokidavid%2Fmy-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Fmy-portfolio/lists"}