{"id":16212053,"url":"https://github.com/realstoman/nuxtjs-tailwindcss-portfolio","last_synced_at":"2025-03-16T11:30:54.325Z","repository":{"id":38071182,"uuid":"424748225","full_name":"realstoman/nuxtjs-tailwindcss-portfolio","owner":"realstoman","description":"Nuxt.js \u0026 Tailwind CSS version of the portfolio project.","archived":false,"fork":false,"pushed_at":"2024-02-12T23:09:59.000Z","size":2892,"stargazers_count":91,"open_issues_count":1,"forks_count":35,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T08:59:37.547Z","etag":null,"topics":["dark-theme","frontend","javascript","js","nuxt","nuxtjs","tailwind","tailwind-css","tailwind-css-template","tailwindcss","template","theme","ui","vue","vuejs","vuex"],"latest_commit_sha":null,"homepage":"https://nuxtjs-tailwindcss-portfolio.netlify.app","language":"Vue","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}},"created_at":"2021-11-04T21:44:10.000Z","updated_at":"2025-01-11T05:35:42.000Z","dependencies_parsed_at":"2023-12-31T11:43:12.087Z","dependency_job_id":null,"html_url":"https://github.com/realstoman/nuxtjs-tailwindcss-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fnuxtjs-tailwindcss-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fnuxtjs-tailwindcss-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fnuxtjs-tailwindcss-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fnuxtjs-tailwindcss-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realstoman","download_url":"https://codeload.github.com/realstoman/nuxtjs-tailwindcss-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814893,"owners_count":20352038,"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":["dark-theme","frontend","javascript","js","nuxt","nuxtjs","tailwind","tailwind-css","tailwind-css-template","tailwindcss","template","theme","ui","vue","vuejs","vuex"],"created_at":"2024-10-10T10:50:08.210Z","updated_at":"2025-03-16T11:30:53.091Z","avatar_url":"https://github.com/realstoman.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt.js \u0026 TailwindCSS Portfolio - With Dark Mode\n\nA simple portfolio starter theme built with Nuxt.js and Tailwind CSS. This is the Nuxt version of the [Vuejs-\u0026-TailwindCSS-Portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio)\n\n![Nuxtjs-TailwindCSS-Portfolio](https://user-images.githubusercontent.com/16396664/140901794-14c1db27-99b9-46d4-a954-4bb37c32ead4.JPG)\n\n## Demo URL\n\n[https://nuxtjs-tailwindcss-portfolio.netlify.com](https://nuxtjs-tailwindcss-portfolio.netlify.com)\n\n## Other versions of this project\n\n- Vue.js Version: [https://github.com/realstoman/vuejs-tailwindcss-portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio)\n- React Version: [https://github.com/realstoman/react-tailwindcss-portfolio](https://github.com/realstoman/react-tailwindcss-portfolio)\n- Next.js Version: [https://github.com/realstoman/nextjs-tailwindcss-portfolio](https://github.com/realstoman/nextjs-tailwindcss-portfolio)\n\n## Features\n\n- Simple and responsive design\n- [Nuxt.js](https://nuxtjs.org) with [Vuex](https://vuex.vuejs.org/)\n- [Tailwind CSS v2](https://tailwindcss.com)\n- Theme Switcher with Dark Mode\n- Vuex for state management\n- Reusable components\n- Projects filter by category\n- Projects search by title\n- Vue transitions\n- Counter\n- Projects carousel\n- Smooth scroll\n- Dynamic forms\n- Back to top button\n- Download file button\n\n### To Contribute to this project, read the [Contribution Guidlines](https://github.com/realstoman/nuxtjs-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)\n\n## Setup\n\n1. First of all, 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/nuxtjs-tailwindcss-portfolio.git\n```\n\n3. Open the project folder:\n\n```\ncd nuxtjs-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 dev\n```\n\n## For production build and generating static files:\n\n##### Build for production and launch server:\n\n```\nyarn build\n```\n\n```\nyarn start\n```\n\n##### Generate static project:\n\n```\nyarn generate\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/nuxtjs-tailwindcss-portfolio/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Fnuxtjs-tailwindcss-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealstoman%2Fnuxtjs-tailwindcss-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Fnuxtjs-tailwindcss-portfolio/lists"}