{"id":25180606,"url":"https://github.com/mehdikhoshnevisz/resume","last_synced_at":"2026-03-03T00:39:55.352Z","repository":{"id":37731722,"uuid":"478124331","full_name":"MehdiKhoshnevisz/resume","owner":"MehdiKhoshnevisz","description":"Simple and minimal resume builder with react and typescript","archived":false,"fork":false,"pushed_at":"2025-04-22T07:16:03.000Z","size":6713,"stargazers_count":33,"open_issues_count":1,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:04:46.205Z","etag":null,"topics":["gh-pages","react","typescript"],"latest_commit_sha":null,"homepage":"https://mehdikhoshnevisz.github.io/resume","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/MehdiKhoshnevisz.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,"zenodo":null}},"created_at":"2022-04-05T12:44:43.000Z","updated_at":"2025-04-22T07:15:48.000Z","dependencies_parsed_at":"2024-01-23T14:30:18.037Z","dependency_job_id":"a77e48a5-0863-42a7-b25d-b08419015e20","html_url":"https://github.com/MehdiKhoshnevisz/resume","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/MehdiKhoshnevisz/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehdiKhoshnevisz%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehdiKhoshnevisz%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehdiKhoshnevisz%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehdiKhoshnevisz%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MehdiKhoshnevisz","download_url":"https://codeload.github.com/MehdiKhoshnevisz/resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehdiKhoshnevisz%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30027639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"ssl_error","status_checked_at":"2026-03-03T00:30:56.176Z","response_time":60,"last_error":"SSL_read: 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":["gh-pages","react","typescript"],"created_at":"2025-02-09T16:19:06.977Z","updated_at":"2026-03-03T00:39:55.317Z","avatar_url":"https://github.com/MehdiKhoshnevisz.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/imehdi"],"categories":[],"sub_categories":[],"readme":"# Simple and minimal resume builder 📄\nCreate your free and open-source resume just by editing a **JSON file**!\\\nThis project was bootstraped by [**Reacjs library**](https://reactjs.org/) and [**Typescript language**](https://www.typescriptlang.org/)\n\n![](https://mehdikhoshnevisz.github.io/resume/preview-image.png)\n\n\u003cbr/\u003e\n\n# Requirements\nYou should have installed **nodejs**, **npm**, and (of course) **git** on your machine.\n\ntitle         | version\n------------- | -------------\nnode js       | \u003e= 12.0.0\nnpm           | \u003e= 4.0.0\ngit           | latest\n\n\u003e NOTE: If you don't have nodejs and npm installed on your system, I recommend you install them with nvm(node version manager).\n\n\u003cbr/\u003e\n\n# How can I use it? (SETP by STEP)\n1. Fork this repo (by click on ``Fork`` button)\n2. Clone your forked repo (```git clone https://github.com/\u003cYOUR_GITHUB_ACCOUNT\u003e/\u003cYOUR_FORKED_REPO_NAME\u003e```)\n3. Run command ```npm install```\n4. Create the translation file with the path ```locales/en/translation.json``` in ```public``` directory.\n5. Copy content of `sample.json` in the ```translation.json``` then edit and save the file.\n6. Run command ```npm run deploy``` to build and deploy it on your GitHub page.\n\n\u003e NOTE 1: You can run ```npm start``` after step 5 to see the preview in your localhost.\n\n\u003e NOTE 2: Everytime you edit the ```translation.json``` file, You should deploy your changes with ```npm run deploy```.\n\n\u003e NOTE 3: If you lose your deployed JSON file in any case, you can easily find your JSON file in ```gh-pages``` branch and then ```locales``` folder in your repo.\n\n\u003cbr/\u003e\n\n# Launch your resume 🚀\n\n\nYou should create your [Github Page](https://pages.github.com/) by doing these steps (or see the screenshot below):\n1. Go to your repo settings (by clicking on **Settings** tab)\n2. Click on **Pages** tab in the left sidebar.\n3. Below the **Source** title, select ```gh-pages``` branch and save it.\n4. Yayy!\n\nNow you can see your online resume here: ```https://\u003cYOUR_GITHUB_ACCOUNT\u003e.github.io/\u003cYOUR_FORKED_REPO_NAME\u003e```\\\nFor example: https://mehdikhoshnevisz.github.io/resume\n\n![](https://mehdikhoshnevisz.github.io/resume/create-github-page.gif)\n\n\u003cbr/\u003e\n\n# Donation\nIf you like this project and want to support me to make more projects like this, you can support me with SOL coin.\\\nmy SOLANA wallet: ```4BjqDB5hGmZVkiRuBa5JkhceLVaTokYg4Gqe4fkV6Lby```.\\\nAlso you can [Buy Me a Coffee](https://www.buymeacoffee.com/imehdi) :)\n\n\u003cbr/\u003e\n\n# Contributing ✨\nIf you want to contribute to the project and make it better follow these steps:\n\n1. Fork the repo on GitHub\n2. Clone the project to your own machine\n3. Commit changes to your own branch\n4. Push your work back up to your fork\n5. Submit a Pull request so that we can review your changes\n\n\u003e NOTE: Be sure to merge the latest from \"upstream\" before making a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdikhoshnevisz%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehdikhoshnevisz%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdikhoshnevisz%2Fresume/lists"}