{"id":14971550,"url":"https://github.com/0memo07/react-portfolio","last_synced_at":"2025-09-23T07:26:07.162Z","repository":{"id":255364523,"uuid":"849360408","full_name":"0MeMo07/react-portfolio","owner":"0MeMo07","description":"A modern, responsive portfolio website built with React, showcasing projects and skills in a visually appealing way.","archived":false,"fork":false,"pushed_at":"2024-09-06T11:35:58.000Z","size":14554,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T21:11:28.069Z","etag":null,"topics":["meterial-ui","portfolio","portfolio-page","portfolio-project","portfolio-site","portfolio-template","portfolio-website","react","react-portfolio"],"latest_commit_sha":null,"homepage":"https://mehmet.studio/","language":"JavaScript","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/0MeMo07.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-08-29T13:07:24.000Z","updated_at":"2025-01-26T20:10:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"81906137-02a6-4f26-a2e5-fcd1b1483841","html_url":"https://github.com/0MeMo07/react-portfolio","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"80a388029aaa69be882d441b4aec99e7fce30cd9"},"previous_names":["0memo07/react-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0MeMo07%2Freact-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0MeMo07%2Freact-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0MeMo07%2Freact-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0MeMo07%2Freact-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0MeMo07","download_url":"https://codeload.github.com/0MeMo07/react-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238366717,"owners_count":19460172,"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":["meterial-ui","portfolio","portfolio-page","portfolio-project","portfolio-site","portfolio-template","portfolio-website","react","react-portfolio"],"created_at":"2024-09-24T13:45:21.989Z","updated_at":"2025-09-23T07:26:07.079Z","avatar_url":"https://github.com/0MeMo07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Portfolio \n\nA modern, responsive portfolio website built with React, showcasing projects and skills in a visually appealing way.\n\n[![GitHub Stars](https://img.shields.io/github/stars/0MeMo07/react-portfolio?style=for-the-badge\u0026logo=github)](https://github.com/0MeMo07/react-portfolio)\n[![GitHub Forks](https://img.shields.io/github/forks/0MeMo07/react-portfolio?style=for-the-badge\u0026logo=github)](https://github.com/0MeMo07/react-portfolio)\n[![GitHub Watchers](https://img.shields.io/github/watchers/0MeMo07/react-portfolio?style=for-the-badge\u0026logo=github)](https://github.com/0MeMo07/react-portfolio)\n![Portfolio Image](images/PortfolioDevices.png)\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies](#technologies)\n- [Customization](#customization)\n- [Contributors](#contributors)\n- [License](#license)\n\n## About the Project\n\nThis portfolio site is designed to showcase your work, skills, and experiences in a clean, modern, and responsive format. The site is fully customizable and managed through the `profile.js` file, where you can easily update your profile information, projects, and other content.\n\n- **Purpose:** To provide a stylish and professional platform for showcasing personal or professional work.\n- **Features:**\n  - Smooth animations and transitions using Framer Motion.\n  - Dynamic typing effects with React-Type-Animation.\n  - Iconography supported by React-Icons.\n  - Dark theme enabled and customizable through `theme.js`.\n- **Who Can Use It:** Suitable for developers, designers, and creatives looking to present their portfolio online.\n\n## Installation\n\nFollow these steps to set up and run the project locally:\n\n1. **Clone the Repository:**\n\n    ```bash\n    git clone https://github.com/0memo07/react-portfolio.git\n    ```\n\n2. **Install Dependencies:**\n\n    Navigate to the project directory and install the required packages.\n\n    ```bash\n    cd react-portfolio\n    npm install\n    ```\n\n3. **Set Up Project Configuration:**\n\n    Customize your portfolio content in `src/profile.js`.\n\n4. **Run the Application:**\n\n    ```bash\n    npm start\n    ```\n\n## Usage\n\nAfter setting up the project, you can easily manage and update your portfolio:\n\n- **Profile Information:**\n\n    Modify the `src/profile.js` file to update your name, bio, skills, and project details.\n\n- **Theming:**\n\n    Customize the look and feel of your portfolio by editing the `src/theme.js` file. The theme controls the color scheme, typography, and component styles across the site.\n\n    ```javascript\n    import { createTheme } from '@mui/material/styles';\n\n    const theme = createTheme({\n      palette: {\n        mode: 'dark',\n        primary: {\n          main: '#ff0000',\n        },\n        // other palette settings\n      },\n    });\n\n    export default theme;\n    ```\n\n## Technologies\n\nTechnologies and tools used in the project:\n\n- **Frontend:** React, Material-UI, Framer Motion, React-Type-Animation, React-Icons, react-tsparticles\n\n## Customization\n\nThis portfolio site is highly customizable:\n\n- **Manage Content:** All content is managed through `src/profile.js`. This file allows you to update your personal information, social links, skills, and projects.\n- **Theming:** The site theme can be easily adjusted by editing the `theme.js` file, where you can modify colors, fonts, and component styles.\n- **Animations:** Framer Motion is used for smooth animations, and these can be customized in the components where they are implemented.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0memo07%2Freact-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0memo07%2Freact-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0memo07%2Freact-portfolio/lists"}