{"id":14961174,"url":"https://github.com/realstoman/react-tailwindcss-portfolio","last_synced_at":"2025-04-06T06:08:26.803Z","repository":{"id":38387962,"uuid":"430058396","full_name":"realstoman/react-tailwindcss-portfolio","owner":"realstoman","description":"A simple React app that uses Context API, custom Hooks, Tailwind CSS \u0026 Framer Motion.","archived":false,"fork":false,"pushed_at":"2024-04-29T04:25:19.000Z","size":3897,"stargazers_count":262,"open_issues_count":2,"forks_count":116,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-30T05:04:30.706Z","etag":null,"topics":["components","context-api","dark-mode","dark-theme","framer-motion","javascript","js","react","react-hooks","react-router","reactjs","starter-template","tailwind-css","tailwindcss","ui","website"],"latest_commit_sha":null,"homepage":"https://react-tailwindcss-portfolio.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/realstoman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2021-11-20T09:17:07.000Z","updated_at":"2025-03-28T15:14:27.000Z","dependencies_parsed_at":"2025-01-06T13:26:34.037Z","dependency_job_id":"8d61ff27-9f27-4c1b-91a1-24bac4b81cfc","html_url":"https://github.com/realstoman/react-tailwindcss-portfolio","commit_stats":{"total_commits":177,"total_committers":3,"mean_commits":59.0,"dds":0.4067796610169492,"last_synced_commit":"4994be394863b2e261f283a7f95faba167779298"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Freact-tailwindcss-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Freact-tailwindcss-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Freact-tailwindcss-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Freact-tailwindcss-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realstoman","download_url":"https://codeload.github.com/realstoman/react-tailwindcss-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441051,"owners_count":20939239,"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":["components","context-api","dark-mode","dark-theme","framer-motion","javascript","js","react","react-hooks","react-router","reactjs","starter-template","tailwind-css","tailwindcss","ui","website"],"created_at":"2024-09-24T13:24:05.393Z","updated_at":"2025-04-06T06:08:26.781Z","avatar_url":"https://github.com/realstoman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React \u0026 TailwindCSS Portfolio - With Dark Mode\n\nA simple portfolio starter theme built with React and Tailwind CSS. This is the React version of [vuejs-tailwindcss-portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio).\n\n![React-TailwindCSS-Portfolio](https://user-images.githubusercontent.com/16396664/146666086-28e88beb-c2f0-431f-adfb-2396d8f64c80.png)\n\n## Demo URL\n\n[https://react-tailwindcss-portfolio.netlify.app](https://react-tailwindcss-portfolio.netlify.app)\n\n## Other versions of this project\n\n-   Next.js Version: [https://github.com/realstoman/nextjs-tailwindcss-portfolio](https://github.com/realstoman/nextjs-tailwindcss-portfolio)\n-   Vue.js Version: [https://github.com/realstoman/vuejs-tailwindcss-portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio)\n-   Nuxt.js Version: [https://github.com/realstoman/nuxtjs-tailwindcss-portfolio](https://github.com/realstoman/nuxtjs-tailwindcss-portfolio)\n\n## Features\n\n-   [React v18](https://reactjs.org) with [React Router v6](https://reactrouter.com)\n-   [Tailwind CSS v3](https://tailwindcss.com)\n-   Context API For State Management\n-   Custom Hooks\n-   Unit Testing\n-   Framer Motion transitions \u0026 animations\n-   Reusable components\n-   Dark mode\n-   Projects filter by category\n-   Projects filter by search\n-   Smooth scroll\n-   Counter\n-   Dynamic forms\n-   Back to top button\n-   Download file button\n-   Simple and responsive design\n\n### To Contribute to this project, read the [Contribution Guidlines](https://github.com/realstoman/react-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)\n\n## Setup\n\n1. Make sure you have Node JS installed. If you don't have it:\n\n-   [Download it from nodejs.org](https://nodejs.org)\n-   [Install it using NVM ](https://github.com/nvm-sh/nvm)\n-   If you're on Mac, Homebrew is a good option too:\n\n```\nbrew install node\n```\n\n2. Clone the repo:\n\n```\ngit clone https://github.com/realstoman/react-tailwindcss-portfolio.git\n```\n\n3. Open the project folder:\n\n```\ncd react-tailwindcss-portfolio\n```\n\n4. Install packages and dependencies:\n\n```\nyarn\n```\n\n4. NOTE: If you don't have yarn installed, you can install it globally using npm:\n\n```\nnpm install --global yarn\n```\n\n5. Start a local dev server at `http://localhost:3000`:\n\n```\nyarn start\n```\n\n6. ##### Run tests:\n\n```\nyarn test\n```\n\n## Notes\n\n-   Always run `yarn install` after pulling new changes\n-   I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress\n-   Coming Soon [I'll be doing a screencast](https://www.youtube.com/realstoman). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio\n-   Illustrations from [unDraw](https://undraw.co) and [Freepik](https://freepik.com)\n-   Images from [Unsplash](https://unsplash.com)\n-   Feel free to use it as your own portfolio\n-   Contributions are welcome\n\n### License\n\n[MIT](https://github.com/realstoman/react-tailwindcss-portfolio/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Freact-tailwindcss-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealstoman%2Freact-tailwindcss-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Freact-tailwindcss-portfolio/lists"}