{"id":28719924,"url":"https://github.com/greisp-dev/welcomekit","last_synced_at":"2025-07-02T06:05:52.718Z","repository":{"id":298592172,"uuid":"1000472204","full_name":"greisp-dev/WelcomeKit","owner":"greisp-dev","description":"A two-part application with a \"Welcome Kit\" viewer and a separate CRUD \"Generator\" tool to manage content, built with vanilla JavaScript.","archived":false,"fork":false,"pushed_at":"2025-06-11T23:17:28.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T05:45:04.107Z","etag":null,"topics":["crud","crud-application-in-javascript","css3","frontend","html5","i18n","javascript","json","portfolio-project","single-page-app","vanilla-js","welcome-kit"],"latest_commit_sha":null,"homepage":"https://greisp-dev.github.io/WelcomeKit/","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/greisp-dev.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,"zenodo":null}},"created_at":"2025-06-11T20:53:35.000Z","updated_at":"2025-06-11T23:17:58.000Z","dependencies_parsed_at":"2025-06-11T22:46:30.150Z","dependency_job_id":"6d64bf40-c9a1-4f0e-8546-88f510da2f96","html_url":"https://github.com/greisp-dev/WelcomeKit","commit_stats":null,"previous_names":["greisp-dev/welcomekit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greisp-dev/WelcomeKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greisp-dev%2FWelcomeKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greisp-dev%2FWelcomeKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greisp-dev%2FWelcomeKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greisp-dev%2FWelcomeKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greisp-dev","download_url":"https://codeload.github.com/greisp-dev/WelcomeKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greisp-dev%2FWelcomeKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083593,"owners_count":23411163,"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":["crud","crud-application-in-javascript","css3","frontend","html5","i18n","javascript","json","portfolio-project","single-page-app","vanilla-js","welcome-kit"],"created_at":"2025-06-15T06:06:09.270Z","updated_at":"2025-07-02T06:05:52.692Z","avatar_url":"https://github.com/greisp-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Welcome Kit - Dynamic Content Manager\n\nA lightweight, two-part application built with **vanilla JavaScript**. It includes:\n\n-   A **public-facing \"Welcome Kit\"** to display a list of links.\n    \n-   A **Generator tool** with full **CRUD** functionality to manage content.\n    \n\nWhat began as a simple static HTML page has evolved into a complete content management system—**without relying on any external frameworks**.\n\n📦 **[View Live Demo](https://greisp-dev.github.io/WelcomeKit/)**\n\n----------\n\n## 📌 About the Project\n\nThis project was created to streamline onboarding by organizing useful links for new employees. Originally developed as a static HTML/CSS page, it was difficult to update and maintain.\n\nTo solve this, the project was redesigned as a dynamic, two-part application:\n\n-   A **viewer** to display organized content.\n    \n-   A **content generator** to manage and update data through a friendly UI.\n    \n\nThe goal was to build a maintainable, modern tool using only front-end web fundamentals.\n\n----------\n\n## ✨ Features\n\n-   **Dynamic Content**  \n    Loads data from an external `cards-data.json` file for easy updates without modifying the source code.\n    \n-   **App-like Experience**  \n    Fixed header/footer and internal scroll area for a clean, responsive interface.\n    \n-   **Smooth Animations**  \n    CSS keyframe animations provide smooth transitions (fade-in/fade-out).\n    \n-   **Full CRUD Support** via the Generator:\n    \n    -   **Create** new sections and links via the UI.\n        \n    -   **Read**: Live preview of content as you edit.\n        \n    -   **Update** titles and links using inline forms.\n        \n    -   **Delete** sections or links with confirmation prompts.\n        \n-   **Bilingual Interface (i18n)**  \n    Instantly switch between English and Portuguese in the Generator tool.\n    \n-   **Data Import/Export**  \n    Easily manage the link database by importing/exporting JSON files.\n    \n\n----------\n\n## 🛠 Tech Stack\n\nBuilt entirely with web fundamentals—no frameworks.\n\n-   HTML5\n    \n-   CSS3 (Flexbox, Keyframe Animations)\n    \n-   JavaScript (ES6+)\n    \n-   JSON\n    \n\n----------\n\n## 🚀 Getting Started\n\nTo run the project locally:\n\n### Clone the repository \n`git clone https://github.com/greisp-dev/WelcomeKit.git` \n### Navigate to the project folder  \n` cd WelcomeKit` \n\n### 🔍 View the Viewer\n\nOpen `index.html` in your browser.\n\n### 🧰 Use the Generator Tool\n\nOpen `WelcomeKitGenerator/WelcomeKitGenerator.html` in your browser.\n\n\u003e ℹ️ For full functionality (especially `fetch` and JSON I/O), it's recommended to run the project using a live server like the **Live Server** extension in VS Code.\n\n----------\n\n\n## 📄 License\n\nThis project is open source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreisp-dev%2Fwelcomekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreisp-dev%2Fwelcomekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreisp-dev%2Fwelcomekit/lists"}