{"id":18338595,"url":"https://github.com/dawidolko/Ubuntu-Simulaing-System-GUI","last_synced_at":"2025-04-06T05:31:51.054Z","repository":{"id":182515333,"uuid":"668625817","full_name":"dawidolko/Ubuntu-Simulaing-System-GUI","owner":"dawidolko","description":"Personal portfolio website simulating Ubuntu 20.04, made using NEXT.js \u0026 tailwind CSS","archived":false,"fork":false,"pushed_at":"2025-02-12T22:35:08.000Z","size":7999,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:31:56.140Z","etag":null,"topics":["nextjs","personal-portfolio-website","portfolio","react","reactjs","tailwindcss","ubuntu","ubuntu2004"],"latest_commit_sha":null,"homepage":"https://ubuntu.dawidolko.pl/","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/dawidolko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["dawidolko"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2023-07-20T08:42:16.000Z","updated_at":"2025-04-05T06:44:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc7bb721-3275-46fb-8f31-45715d0c684e","html_url":"https://github.com/dawidolko/Ubuntu-Simulaing-System-GUI","commit_stats":null,"previous_names":["dawidolko/programming-php","dawidolko/simulaing-ubuntu-system-gui","dawidolko/ubuntu-simulaing-system-gui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FUbuntu-Simulaing-System-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FUbuntu-Simulaing-System-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FUbuntu-Simulaing-System-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FUbuntu-Simulaing-System-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawidolko","download_url":"https://codeload.github.com/dawidolko/Ubuntu-Simulaing-System-GUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440346,"owners_count":20939221,"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":["nextjs","personal-portfolio-website","portfolio","react","reactjs","tailwindcss","ubuntu","ubuntu2004"],"created_at":"2024-11-05T20:14:34.898Z","updated_at":"2025-04-06T05:31:46.041Z","avatar_url":"https://github.com/dawidolko.png","language":"JavaScript","funding_links":["https://github.com/sponsors/dawidolko"],"categories":[],"sub_categories":[],"readme":"# ubuntu.dawidolko.pl\n\n```\n.\n├── .next\n│ └── ...\n├── .github\n│ └── ...\n├── .vscode\n│ └── ...\n├── components\n│ └── ...\n├── files\n│ └── ...\n├── images\n│ └── ...\n├── pages\n│ └── ...\n├── public\n│ └── ...\n├── styles\n│ └── ...\n├── themes\n│ └── ...\n├── .gitattributes\n├── .gitignore\n├── .nojekyll\n├── 404.html\n├── apps.config.js\n├── CNAME\n├── index.html\n├── LICENSE\n├── package.json\n├── postcss.config.js\n├── README.md\n├── robots.txt\n├── tailwind.config.js\n└── yarn.lock\n```\n\nThis is a personal portfolio website of theme Ubuntu 20.04, made using Next.js \u0026 tailwind CSS.\nIf you want to edit this. Clone this project and edit the files in `/src/components`.\n\nTo run this on localhost\ntype `npm start` and when u are done coding type `npm run build` to build your app.\n\n_NOTE: if you have yarn just replace `npm start` and `npm run build` with `yarn start` and `yarn build`._\n\n### To make the contact form work\n\n- Create a account in [emailjs](https://www.emailjs.com/) create also new Outlook or Gmail account to be able\n  to send email.\n- Create a new service, select and log in to your newly created outlook or gmail account on EmailJS.\n- Go back to the dashboard and get the Service ID copy it.\n- Create a .env file in your root folder and put\n\n```\n\nNEXT_PUBLIC_USER_ID = 'YOUR_USER_ID'\nNEXT_PUBLIC_TEMPLATE_ID = 'template_fqqqb9g'\nNEXT_PUBLIC_SERVICE_ID = 'YOUR_SERVICE_ID'\n\n```\n\ninto it. Replace \\*your user id and your service ID with your values in your EmailJS service.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=dawidolko/Simulaing-Ubuntu-System-GUI\u0026type=Date)](https://star-history.com/#dawidolko/Simulaing-Ubuntu-System-GUI\u0026Date)\n\n## This project was made using Create Next App! Here is the scripts that u can run.\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm run 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## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributiors who wants to make this website better can make contribution,which will be **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Added some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidolko%2FUbuntu-Simulaing-System-GUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawidolko%2FUbuntu-Simulaing-System-GUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidolko%2FUbuntu-Simulaing-System-GUI/lists"}