{"id":21011269,"url":"https://github.com/andrase/port","last_synced_at":"2025-05-15T03:32:15.179Z","repository":{"id":190221428,"uuid":"514363865","full_name":"AndrasE/port","owner":"AndrasE","description":"Dynamic Portfolio Webpage Vanilla JavaScript and CSS","archived":false,"fork":false,"pushed_at":"2025-03-16T11:14:35.000Z","size":13735,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T03:22:52.614Z","etag":null,"topics":["css","css-animation-effects","embeds","event-listeners","hammerjs","html","javascript","lazy-loading"],"latest_commit_sha":null,"homepage":"https://andrasegyed.netlify.app/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrasE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-07-15T18:13:24.000Z","updated_at":"2025-03-16T11:14:38.000Z","dependencies_parsed_at":"2024-04-24T16:34:42.191Z","dependency_job_id":"817b0b6b-89a8-4315-b33b-8a17b97e7f3e","html_url":"https://github.com/AndrasE/port","commit_stats":null,"previous_names":["andrase/port"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrasE%2Fport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrasE%2Fport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrasE%2Fport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrasE%2Fport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrasE","download_url":"https://codeload.github.com/AndrasE/port/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254266334,"owners_count":22042088,"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":["css","css-animation-effects","embeds","event-listeners","hammerjs","html","javascript","lazy-loading"],"created_at":"2024-11-19T09:27:22.864Z","updated_at":"2025-05-15T03:32:14.668Z","avatar_url":"https://github.com/AndrasE.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://andrasegyed.netlify.app/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n  \u003cimg src=\"https://github.com/AndrasE/raw-readme/blob/6a2f5d2470156f4cc6f17a427589f9105c4ce6cc/logo/port-readme-img.png\" width=\"130px\"\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\nDynamic Portfolio Webpage Vanilla JavaScript and CSS\n\u003c/h3\u003e \n\n## Hello there 👋\n\nThis webpage showcases my proficiency in crafting dynamic web experiences using only vanilla JavaScript and CSS. While inspired by a YouTube **[tutorial](https://youtu.be/zJE-ze4TfXc)** via **[CrypticalCoder](https://www.youtube.com/@CrypticalCoder)**. I've extensively customized and enhanced the original design to align with my personal vision.\n\nI began by meticulously analyzing the tutorial's code, gaining a deep understanding of its structural and design principles. From there, I tailored the project to my specific requirements, incorporating new elements and features such us \"swipe and tap\" functionalities with lazy loading.\n\nAs the project expanded, I aimed to improve navigation on this single-page site. To achieve this, I organized the website into distinct sections using EJS templates. Netlify then dynamically compiles these templates into a complete HTML file during deployment, ensuring a seamless and efficient browsing experience.\n\nFor a more detailed exploration of the project's journey and capabilities, please visit the 'Read More' section at the project page.\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/AndrasE/raw-readme/blob/6ee4bad9cbd157895e8bae5bdfb0018c95b94041/thumbs/port_1.png\" width=\"220\"\u003e\n\u003cimg src=\"https://github.com/AndrasE/raw-readme/blob/6ee4bad9cbd157895e8bae5bdfb0018c95b94041/thumbs/port_2.png\" width=\"220\"\u003e\n\u003cimg src=\"https://github.com/AndrasE/raw-readme/blob/6ee4bad9cbd157895e8bae5bdfb0018c95b94041/thumbs/port_3.png\" width=\"220\"\u003e\n\u003c/div\u003e\n\n### Key Features\n\n- **Lazy Loading** - Optimizes page performance by deferring the loading of non-essential elements until they are needed.  \n- **Embeds** - The website includes embeds to display external content including Youtube, Codesandbox and Github pages.\n- **Swipe Functionality** - Using **[hammer.js](https://hammerjs.github.io/)** can recognize gestures made by touch, mouse and pointerEvents.\n- **Custom Animations** - Smooth transitions and effects enhance the overall user experience.\n- **Enhanced Functionality** - Additional features and interactions have been added to provide a more engaging experience.  \n\n## Run 🚀\n\n### HTML, CSS, and Vanilla JS Setup\n\nTo use the plain HTML version of this project, follow these steps:\n\nClone the repository:\n\n`git clone https://github.com/AndrasE/port`\n\nNavigate to the public folder:\n\n`cd PROJECTNAME/public`\n\nOpen index.html in your browser:\n\n`open index.html`\n\n### Running the Project with EJS\n\nInstall the project dependencies:\n\n`\n$ npm install\n`\n\nInstall nodemon globally (if not already installed):\n\n`\n$ npm install -g nodemon\n`\n\nServe and compile the EJS templates:\n\n`\n$ nodemon render-ejs.js\n`\n\nThe command above will automatically compile your EJS templates and generate an HTML file in the `public` folder.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrase%2Fport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrase%2Fport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrase%2Fport/lists"}