{"id":23439695,"url":"https://github.com/sanidhyy/portfolio-react","last_synced_at":"2025-07-19T10:38:26.451Z","repository":{"id":112910461,"uuid":"544359047","full_name":"sanidhyy/portfolio-react","owner":"sanidhyy","description":"Modern Portfolio App using React JS, SASS and Sanity","archived":false,"fork":false,"pushed_at":"2025-06-24T05:28:01.000Z","size":10464,"stargazers_count":25,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T06:32:47.648Z","etag":null,"topics":["cms","cms-backend","css","html","javascript","js","modern","portfolio","portfolio-website","react","reactjs","saas","sanity","sanity-io","sanity-studio","sass","scss","ui","ux"],"latest_commit_sha":null,"homepage":"https://portfolio-modern.netlify.app/","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/sanidhyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["Technical-Shubham-tech"],"patreon":"sanidhy","custom":"https://www.buymeacoffee.com/sanidhy"}},"created_at":"2022-10-02T09:22:59.000Z","updated_at":"2025-06-24T05:27:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"883b55a6-0695-4276-ab73-639c7c8940b3","html_url":"https://github.com/sanidhyy/portfolio-react","commit_stats":null,"previous_names":["sanidhyy/portfolio-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanidhyy/portfolio-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fportfolio-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fportfolio-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fportfolio-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fportfolio-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanidhyy","download_url":"https://codeload.github.com/sanidhyy/portfolio-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fportfolio-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265919177,"owners_count":23849318,"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":["cms","cms-backend","css","html","javascript","js","modern","portfolio","portfolio-website","react","reactjs","saas","sanity","sanity-io","sanity-studio","sass","scss","ui","ux"],"created_at":"2024-12-23T15:33:26.249Z","updated_at":"2025-07-19T10:38:26.404Z","avatar_url":"https://github.com/sanidhyy.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Technical-Shubham-tech","https://patreon.com/sanidhy","https://www.buymeacoffee.com/sanidhy"],"categories":[],"sub_categories":[],"readme":"# Modern Portfolio App using React JS\n\n![Modern Portfolio App using React JS](https://user-images.githubusercontent.com/71302066/193459784-c7f4196f-ab29-4d73-b527-8f4da617b4ba.png \"Modern Portfolio App using React JS\")\n\n[![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech \"Ask Me Anything!\")\n[![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/portfolio-react)](https://github.com/Technical-Shubham-tech/portfolio-react/blob/main/LICENSE.md \"GitHub license\")\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/portfolio-react/commits/main \"Maintenance\")\n[![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/portfolio-react)](https://github.com/Technical-Shubham-tech/portfolio-react/branches \"GitHub branches\")\n[![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/portfolio-react/main)](https://github.com/Technical-Shubham-tech/portfolio-react/commits \"Github commits\")\n[![Netlify Status](https://api.netlify.com/api/v1/badges/fc10f6fd-91c9-4342-8473-369377fc60e9/deploy-status)](https://portfolio-modern.netlify.app/ \"Netlify Status\")\n[![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/portfolio-react)](https://github.com/Technical-Shubham-tech/portfolio-react/issues \"GitHub issues\")\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/Technical-Shubham-tech/portfolio-react)](https://github.com/Technical-Shubham-tech/portfolio-react/pulls \"GitHub pull requests\")\n\n## ⚠️ Before you start\n\n1. Make sure **Git** and **NodeJS** is installed\n2. Clone this repository to your local computer.\n3. Create .env file in root folder.\n4. Contents of **.env**:\n\n```\nREACT_APP_SANITY_PROJECT_ID=XXXXXXXXXXXXXXXX\nREACT_APP_SANITY_DATASET=XXXXXXXXXXXXXXXX\nREACT_APP_SANITY_TOKEN=XXXXXXXXXXXXXXXX\n```\n\n5. Open terminal in root directory. Run `npm install` or `yarn install`.\n6. Now, `cd backend-sanity`. Run `npm install` or `yarn install` again.\n7. Now all required packages are installed, let's setup sanity.\n8. Create an account in [sanity](https://www.sanity.io/ \"Sanity\").\n9. In terminal, type `sanity init` to initialize our sanity project.\n10. Type `sanity start` to start sanity studio on localhost. URL will be shown in terminal.\n11. After going to localhost, login in with your account. Now, your account is connected with this project.\n12. To get REACT_APP_SANITY_PROJECT_ID and REACT_APP_SANITY_TOKEN, go to [sanity](https://www.sanity.io/ \"Sanity\").\n13. Copy your project id as shown below:\n\n![Copy your Project ID](https://user-images.githubusercontent.com/71302066/193460393-5aa9b52a-4ba9-4d4e-92cd-ec6fd422454f.png \"Copy your Project ID\")\n\n14. Under API Tab, go to tokens section and create a token. You can name it whatever you want. Just Don't forget to copy your project token. You will not be able to copy later.\n\n![Copy your Project Token](https://user-images.githubusercontent.com/71302066/193460607-5c464f6e-b664-4fac-86db-d2ec1312bec4.jpg \"Copy your Project Token\")\n\n15. Now, you add your portfolio details to your project through sanity localhost.\n\n![Add your Portfolio Details](https://user-images.githubusercontent.com/71302066/193460855-edefd76c-9b70-4ea5-8f4f-b6e524209d5e.png \"Add your Portfolio Details\")\n\n16. Now app is fully configured :+1: and you can start using this app using `npm start` or `yarn start`.\n\n**NOTE:** Make sure you don't share these keys publicaly.\n\n## :camera: Screenshots:\n\n![Modern UI/UX](https://user-images.githubusercontent.com/71302066/193461403-78875688-42a5-4554-a727-7a60ba8aef08.png \"Modern UI/UX\")\n\n![Showcase your projects](https://user-images.githubusercontent.com/71302066/193461445-1889f6ce-9990-426a-bfe8-7d89c2601fde.png \"Showcase your projects\")\n\n![Showcase your skills](https://user-images.githubusercontent.com/71302066/193461487-923ff121-821b-4eb9-b829-f4a12bdcb176.png \"Showcase your skills\")\n\n![Functional Contact form](https://user-images.githubusercontent.com/71302066/193461534-87baaa0f-4518-4bac-b327-53829e8d6f57.png \"Functional Contact form\")\n\n## :gear: Built with\n\n[\u003cimg src=\"https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E\" width=\"150\" height=\"40\" /\u003e](https://www.javascript.com/ \"JavaScript\")\n\n[\u003cimg src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" width=\"150\" /\u003e](https://reactjs.org/ \"React JS\")\n\n[\u003cimg src=\"https://img.shields.io/badge/Sass-CC6699?style=for-the-badge\u0026logo=sass\u0026logoColor=white\" width=\"150\" height=\"40\" /\u003e](https://sass-lang.com/ \"SASS\")\n\n[\u003cimg src=\"http://ForTheBadge.com/images/badges/built-with-love.svg\" alt=\"Built with Love\"\u003e](https://github.com/Technical-Shubham-tech/ \"Built with Love\")\n\n## :wrench: Stats\n\n![Stats for this App](https://user-images.githubusercontent.com/71302066/193461860-9afc32a9-4a79-4cc2-bf24-017ecc2acfb9.svg \"Stats for this App\")\n\n## :raised_hands: Contribute\n\nYou might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.\n\n## Buy Me a Coffee 🍺\n\n[\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\" width=\"200\" /\u003e](https://www.buymeacoffee.com/sanidhy \"Buy me a Coffee\")\n\n## :rocket: Follow Me\n\n[![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social\u0026label=Follow\u0026maxAge=2592000)](https://github.com/Technical-Shubham-tech \"Follow Me\")\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app \"Tweet\")\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw \"Subscribe my Channel\")\n\n## :star: Give A Star\n\nYou can also give this repository a star to show more people and they can use this repository.\n\n## :books: Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## :page_with_curl: Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `yarn build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fportfolio-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanidhyy%2Fportfolio-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fportfolio-react/lists"}