{"id":20645146,"url":"https://github.com/jesusgraterol/cv-application-top","last_synced_at":"2025-08-16T17:04:41.450Z","repository":{"id":214188078,"uuid":"735899136","full_name":"jesusgraterol/cv-application-top","owner":"jesusgraterol","description":"This application allows users to build their curriculum vitae highlighting education, skills, and professional experience. It is the submission for The Odin Project: CV Application.","archived":false,"fork":false,"pushed_at":"2023-12-29T20:06:06.000Z","size":951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T15:54:57.907Z","etag":null,"topics":["theodinproject","theodinproject-nodejs","theodinprojectfoundations"],"latest_commit_sha":null,"homepage":"https://jesusgraterol.github.io/cv-application-top","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/jesusgraterol.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":"2023-12-26T11:55:43.000Z","updated_at":"2023-12-28T22:58:24.000Z","dependencies_parsed_at":"2023-12-26T14:27:50.780Z","dependency_job_id":"2569ceec-15f5-481f-96e0-c703e7d339d4","html_url":"https://github.com/jesusgraterol/cv-application-top","commit_stats":null,"previous_names":["jesusgraterol/cv-application-top"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jesusgraterol/cv-application-top","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusgraterol%2Fcv-application-top","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusgraterol%2Fcv-application-top/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusgraterol%2Fcv-application-top/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusgraterol%2Fcv-application-top/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesusgraterol","download_url":"https://codeload.github.com/jesusgraterol/cv-application-top/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusgraterol%2Fcv-application-top/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270742043,"owners_count":24637504,"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-08-16T02:00:11.002Z","response_time":91,"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":["theodinproject","theodinproject-nodejs","theodinprojectfoundations"],"created_at":"2024-11-16T16:18:51.260Z","updated_at":"2025-08-16T17:04:41.401Z","avatar_url":"https://github.com/jesusgraterol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV Application\n\n![CV Application](./readme-assets/screenshot-01.png)\n\nThis application allows users to build their curriculum vitae highlighting education, skills, and professional experience. It  is the submission for  [The Odin Project: CV Application](https://www.theodinproject.com/lessons/node-path-react-new-cv-application). \n\nThe key features are:\n\n- Personal Photograph\n- Contact Details\n- Personal Biography\n- Professional Experience History\n- Education History\n- Cross-Platform Compatibility\n- Data Persistence through LocalStorage \n\n\n\n\n\u003cbr/\u003e\n\n## Live Demo\n\n[CV Application](https://jesusgraterol.github.io/cv-application-top/)\n\n\n\n\n\u003cbr/\u003e\n\n## Getting Started\n\n### Requirements\n\n- GIT\n- NodeJS ^v21.0.0\n- NPM ^v10.2.0\n\n### Installation\n\n1) Clone the repository\n```bash\ngit clone git@github.com:jesusgraterol/cv-application-top.git\n```\n\n2) Install the dependencies\n```bash\nnpm install\n```\n\n\n\n\u003cbr/\u003e\n\n## Usage\n\n1) Run the Development Vite Server\n\n```bash\nnpm run dev\n```\n\n2) Open `http://localhost:5173/` (the port may vary) with your favorite browser.\n\n\n\u003cbr/\u003e\n\n## Build Process\n\nRun the Vite Production Build\n```bash\nnpm run build\n```\n\n\n\u003cbr/\u003e\n\n## Deployment\n\nPush the new build to the `gh-pages` branch so it is deployed to **Github Pages**:\n\n```bash\ngit subtree push --prefix dist origin gh-pages\n```\n\n\n\n\n\u003cbr/\u003e\n\n## Built With\n\n- HTML5\n- CSS3\n- JavaScript\n- React\n\n\n\n\n\u003cbr/\u003e\n\n## Running the Tests\n\n```bash\n# Unit Tests\nnpm run test:unit\n\n# Integration Tests\nnpm run test:integration\n\n# E2E Tests\nN/A\n```\n\n\n\n\n\u003cbr/\u003e\n\n## @TODO\n\n- ...\n\n\n\n\n\u003cbr/\u003e\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n\n\n\u003cbr/\u003e\n\n## Acknowledgments\n\n- [Google Fonts](https://fonts.google.com/icons)\n- [ESLint](https://eslint.org/)\n- [Jest](https://jestjs.io/)\n- [Babel](https://babeljs.io/)\n- [Vite](https://vitejs.dev/)\n- [React](https://react.dev/)\n- [prop-types](https://github.com/facebook/prop-types)\n- [Unsplash](https://unsplash.com/photos/woman-in-white-crew-neck-shirt-smiling-IF9TK5Uy-KI)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesusgraterol%2Fcv-application-top","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesusgraterol%2Fcv-application-top","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesusgraterol%2Fcv-application-top/lists"}