{"id":14990527,"url":"https://github.com/hannahnier/portfolio","last_synced_at":"2025-04-12T02:24:49.427Z","repository":{"id":241951317,"uuid":"808285800","full_name":"hannahnier/portfolio","owner":"hannahnier","description":"A single-page portfolio website built with React","archived":false,"fork":false,"pushed_at":"2025-02-22T10:17:37.000Z","size":30833,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T02:24:37.148Z","etag":null,"topics":["css-modules","react","vite"],"latest_commit_sha":null,"homepage":"https://hannahnier.onrender.com/","language":"JavaScript","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/hannahnier.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":"2024-05-30T18:48:44.000Z","updated_at":"2025-02-22T10:17:38.000Z","dependencies_parsed_at":"2025-01-19T17:20:35.573Z","dependency_job_id":"7578b66c-c929-4394-9316-d5a7f24edf3c","html_url":"https://github.com/hannahnier/portfolio","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"3c47ffb573f8238b7ebfe407735689668503ff1c"},"previous_names":["hannahnier/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannahnier%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannahnier%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannahnier%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannahnier%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hannahnier","download_url":"https://codeload.github.com/hannahnier/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506308,"owners_count":21115415,"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-modules","react","vite"],"created_at":"2024-09-24T14:20:16.845Z","updated_at":"2025-04-12T02:24:49.407Z","avatar_url":"https://github.com/hannahnier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English version below](#english-version)\n\n# Portfolio\n\nDieses vollständig responsive Single-Page-Portfolio wurde mit React und Vite erstellt und verwendet CSS-Module für das Styling. Das Kontaktformular ist mit einem kleinen Server verknüpft, um im Backend Emails zu senden. Als Sprache kann entweder Englisch oder Deutsch ausgewählt werden.\n\n## Vorschau\n\nDie Website ist sowohl im Dark Mode als auch im Light Mode verfügbar:\n\n![Screenshots der Website im Hellmodus](./src/assets/screenshots/screenshot_light.png)\n![Screenshots der Website im Dunkelmodus](./src/assets/screenshots/screenshot_dark.png)\n\n## Live-Demo\n\nSchau dir die Website hier live an: [Zum Portfolio](https://hannahnier.onrender.com/)\n\n## Kontaktformular\n\nDas Portfolio enthält ein funktionales Kontaktformular, das es ermöglicht, Nachrichten direkt über die Website zu senden. Das Formular wird von einem kleinen Server im Hintergrund unterstützt, der mit **Node.js** und **Express.js** gebaut ist und **Nodemailer** verwendet, um E-Mails zu versenden.\n\n## Installation und lokales Ausführen\n\n\u003cdetails\u003e\n\u003csummary\u003eInstallationsanleitung ein-/ausklappen\u003c/summary\u003e\nWenn du das Projekt lokal ausführen möchtest, folge bitte diesen Schritten:\n\n1. **Klone das Repository und navigiere in das Projektverzeichnis:**\n   ```bash\n   git clone git@github.com:hannahnier/portfolio.git\n   cd portfolio\n   ```\n2. **Installiere die Abhängigkeiten und starte den Entwicklungsserver:**\n   ```bash\n   npm install\n   npm run dev\n   ```\n   Das Portfolio sollte dann lokal unter `http://localhost:3000` zugänglich sein.\n   \u003c/details\u003e\n\n## Technologie-Stack\n\n- **React** \u0026 **Vite**\n- **CSS-Module** für das Styling\n- **Node.js \u0026 Express.js** für den Backend-Server\n- **Nodemailer** für die E-Mail-Funktionalität des Kontaktformulars\n- **Eigenes Wörterbuch** für die Übersetzung der Inhalte je nach gewünschter Sprache\n\n---\n\n# English Version\n\nThis fully responsive single-page portfolio was built with React and Vite and uses CSS Modules for styling. The contact form is linked to a small server to send emails in the backend. Either English or German can be selected as the language.\n\n## Preview\n\nThe portfolio website comes with a dark and light mode:\n\n![Screenshots of website in light mode](./src/assets/screenshots/screenshot_light.png)\n![Screenshots of website in dark mode](./src/assets/screenshots/screenshot_dark.png)\n\n## Explore the Website\n\nTake a look at the deployed website here: [https://hannahnier.onrender.com/](https://hannahnier.onrender.com/)\n\n## Contact Form\n\nThe portfolio includes a functional contact form that allows users to send messages directly through the website. The form is supported by a small server built with **Node.js** and **Express.js**, and it uses **Nodemailer** to send emails.\n\n## Installation and Running Locally\n\n\u003cdetails\u003e\n\u003csummary\u003eShow/hide step-by-step instructions\u003c/summary\u003e\n\nIf you want to run the project locally, please follow these steps:\n\n1. **Clone the repository and navigate to the project directory:**\n   ```bash\n   git clone git@github.com:hannahnier/portfolio.git\n   cd portfolio\n   ```\n2. **Install dependencies and start the development server:**\n   ```bash\n   npm install\n   npm run dev\n   ```\n   The portfolio should then be locally accessible at `http://localhost:3000`.\n   \u003c/details\u003e\n\n## Tech Stack\n\n- **React** \u0026 **Vite**\n- **CSS Modules** for styling\n- **Node.js \u0026 Express.js** for the backend server\n- **Nodemailer** for email functionality linked to the contact form\n- **Own dictionary** for the translation of content depending on the desired language\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannahnier%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhannahnier%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannahnier%2Fportfolio/lists"}