{"id":25480116,"url":"https://github.com/dmarcosl/cv","last_synced_at":"2026-04-13T00:42:21.098Z","repository":{"id":277856770,"uuid":"933594455","full_name":"dmarcosl/cv","owner":"dmarcosl","description":"CV template for GitHub Pages with i18n, dark/light theme and pdf export","archived":false,"fork":false,"pushed_at":"2025-03-27T20:57:13.000Z","size":4109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T07:09:41.622Z","etag":null,"topics":["cv","github-actions","github-pages","i18n","react","react-i18n"],"latest_commit_sha":null,"homepage":"https://dmarcosl.github.io/cv/","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/dmarcosl.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":"2025-02-16T10:56:57.000Z","updated_at":"2025-03-27T20:55:51.000Z","dependencies_parsed_at":"2025-03-27T21:28:53.796Z","dependency_job_id":"60806084-0c2f-4edd-b8b4-187b0c077772","html_url":"https://github.com/dmarcosl/cv","commit_stats":null,"previous_names":["dmarcosl/cv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmarcosl/cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarcosl%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarcosl%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarcosl%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarcosl%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmarcosl","download_url":"https://codeload.github.com/dmarcosl/cv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmarcosl%2Fcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cv","github-actions","github-pages","i18n","react","react-i18n"],"created_at":"2025-02-18T15:27:30.023Z","updated_at":"2026-04-13T00:42:21.047Z","avatar_url":"https://github.com/dmarcosl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV React App\n\nA modern web application to create and display your professional CV, built with React and Material-UI. The application features a minimalist black and white design, with support for light/dark theme and multiple languages. It includes configurable sections for experience, projects, and skills, with a responsive design and PDF export capability.\n\n## 🌟 Features\n\n- 📱 Modern responsive design\n- 🌓 Light/dark theme with persistence\n- 🌍 Multilanguage support (English/Spanish)\n- 💾 User preferences persistence\n- 📄 PDF export\n- ⏳ Timeline for experience and projects\n- 🎯 Categorized skills section\n- 🔗 Social media links (GitHub, LinkedIn)\n- 🎨 Minimalist black and white design\n- 🏷️ Skill tags in each experience and project\n- 📱 Responsive timeline with adaptive date display\n- 🔄 Multi-paragraph support for descriptions\n- 🎛️ Configurable section visibility\n- 👤 Dynamic copyright footer\n\n## 🛠️ Technologies Used\n\n- React 18\n- Material-UI (MUI)\n- i18next for internationalization\n- @react-pdf/renderer for PDF generation\n- Emotion for styling\n- LocalStorage for persistence\n\n## 📋 Prerequisites\n\n- Node.js (version 14 or higher)\n- npm or yarn\n\n## 🚀 Installation and Setup\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd mi-cv\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm start\n```\n\nThe application will be available at `http://localhost:3000`\n\n## 📝 Customization\n\n### CV Data\n\nCV data is stored in translation files:\n\n- `src/i18n/en.json` - English version\n- `src/i18n/es.json` - Spanish version\n\nModify these files to include your personal information:\n\n```json\n{\n  \"name\": \"Your Name\",\n  \"about\": {\n    \"description\": \"Your description\",\n    \"position\": \"Your position\",\n    \"social\": {\n      \"github\": \"Your GitHub URL\",\n      \"linkedin\": \"Your LinkedIn URL\"\n    }\n  },\n  \"experience\": {\n    \"items\": [\n      {\n        \"position\": \"Position\",\n        \"company\": \"Company\",\n        \"period\": {\n          \"start\": \"Start Date\",\n          \"end\": \"End Date\"\n        },\n        \"description\": [\n          \"First paragraph of description\",\n          \"Second paragraph of description\"\n        ],\n        \"skills\": [\"Skill1\", \"Skill2\"]\n      }\n    ]\n  },\n  // ...\n}\n```\n\n### Themes\n\nYou can enable/disable sections in the translation files:\n```json\n\"sections\": {\n  \"experience\": true,\n  \"projects\": false,\n  \"skills\": true\n}\n```\n\nYou can customize light and dark themes in:\n- `src/theme/theme.js`\n\nPDF theme can be modified in:\n- `src/theme/pdfTheme.js`\n\n## 📁 Project Structure\n\n```\nsrc/\n  ├── components/        # React components\n  │   ├── Header.jsx    # Top control bar\n  │   ├── About.jsx     # Personal info and networks\n  │   ├── Experience.jsx # Experience section\n  │   ├── Skills.jsx    # Skills section\n  │   ├── Projects.jsx  # Projects section\n  │   ├── Timeline.jsx  # Reusable timeline component\n  │   └── PDFDocument.jsx # PDF generator\n  ├── i18n/             # Translation files\n  │   ├── en.json      # English\n  │   └── es.json      # Spanish\n  ├── theme/            # Theme configuration\n  │   ├── theme.js     # Light/dark themes\n  │   └── pdfTheme.js  # PDF theme\n  └── App.jsx          # Main component\n```\n\n## 🔧 Available Scripts\n\n- `npm start` - Starts development server\n- `npm build` - Builds the app for production\n- `npm test` - Runs tests\n- `npm eject` - Ejects from create-react-app\n\n## 💡 Main Features\n\n### Light/Dark Theme\n- Toggle button in the top bar\n- Persists user preference in localStorage\n- Dark theme by default\n- Monochromatic black and white design\n- Consistent styling across all sections\n\n### Multilanguage\n- Automatically detects browser language\n- Manual toggle between English and Spanish\n- Language button in the top bar\n- Persists language selection\n\n### PDF Export\n- Generates a professional PDF with all information\n- Maintains CV format and structure\n- Automatic download on button click\n- Includes skills in each experience and project\n- Multi-paragraph support for descriptions\n\n### Timeline\n- Shows experience and projects chronologically\n- Visual timeline design\n- Supports description or bullet points\n- Integrated skills in each entry\n- Dates on the left side of the timeline\n- Responsive date display (stacked on desktop, inline on mobile)\n- Split date display (start/end dates)\n\n### Skills\n- Organization by categories\n- Interactive skill chips\n- Responsive design that adapts to content\n- Consistent style throughout the application\n- Can be disabled independently\n\n## 📄 License\n\nThis project is under the MIT License. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmarcosl%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmarcosl%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmarcosl%2Fcv/lists"}