{"id":19138172,"url":"https://github.com/lukasvolgger/join","last_synced_at":"2026-05-09T06:34:37.933Z","repository":{"id":46589200,"uuid":"476603815","full_name":"LukasVolgger/join","owner":"LukasVolgger","description":"Simple Kanban board/task manager web app","archived":false,"fork":false,"pushed_at":"2024-01-07T11:58:42.000Z","size":16898,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-04T07:06:11.202Z","etag":null,"topics":["backend","bootstrap","css","html","javascript","kanban","kanban-board","task-manager","tasks"],"latest_commit_sha":null,"homepage":"https://join.lukas-volgger.dev","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/LukasVolgger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-01T06:40:37.000Z","updated_at":"2024-01-07T13:13:35.000Z","dependencies_parsed_at":"2024-01-07T12:50:20.234Z","dependency_job_id":"737ee6f3-639d-49ac-92f8-c5e196b285b4","html_url":"https://github.com/LukasVolgger/join","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LukasVolgger/join","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fjoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fjoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fjoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fjoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasVolgger","download_url":"https://codeload.github.com/LukasVolgger/join/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fjoin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263464198,"owners_count":23470475,"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":["backend","bootstrap","css","html","javascript","kanban","kanban-board","task-manager","tasks"],"created_at":"2024-11-09T06:41:57.966Z","updated_at":"2026-05-09T06:34:32.879Z","avatar_url":"https://github.com/LukasVolgger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Join\r\nJoin is a team project of the frontend web developer course at the [Developer Akademie](https://developerakademie.com/). The focus is on HTML, CSS, JS and working with version control Git with multiple collaborators. The Bootstrap design framework was used in this project.\r\n\r\nIn this project, the client - server functionality was simulated with a mini-backend (More information can be found in the repository [smallest_backend_ever](https://github.com/LukasVolgger/smallest_backend_ever). The data is not stored locally in local storage but on a server in Json format.\r\n\r\n**If you like the app, please leave a star and check out the collaborators!**\r\n\r\n**Table of Contents**\r\n\r\n- [Join](#join)\r\n  - [Features](#features)\r\n  - [Preview](#preview)\r\n  - [Run the Application](#run-the-application)\r\n    - [1. Requirements](#1-requirements)\r\n    - [2. Clone the Source](#2-clone-the-source)\r\n    - [3. Start the Application](#3-start-the-application)\r\n  - [Feedback \\\u0026 Support](#feedback--support)\r\n  - [License](#license)\r\n    - [Graphics](#graphics)\r\n    - [Source Code](#source-code)\r\n\r\n## Features\r\nHere is an overview of the most important functions of the project.\r\n\r\n**Available Languages**\r\n\r\n- English\r\n  \r\n**Functionality**\r\n  \r\n- Simulation of a simple login function using JS. User input is stored and read in encrypted form\r\n- Tasks can be created. The entries must be complete and are validated by the bootstrap form validation\r\n- The created tasks are then collected in the backlog. Here they can be edited again, deleted or sent to the board\r\n- Depending on the processing status, tasks can be moved in the board using drag \u0026 drop. The tasks can also be edited or removed here\r\n- The Help page provides an easy-to-understand user guide\r\n- Legal information can be found on the About page\r\n- All tasks and users are stored on an FTP server\r\n- Responsive Webdesign\r\n\r\n## Preview\r\n\r\n![Login](./assets/img/preview/login-min.png \"Login Preview\")\r\n\r\n---\r\n\r\n![Add Task](./assets/img/preview/add_task-min.png \"Add Task Preview\")\r\n\r\n---\r\n\r\n![Backlog](./assets/img/preview/backlog-min.png \"Backlog Previe\")\r\n\r\n## Run the Application\r\nFollow these steps to run the application.\r\n\r\n### 1. Requirements\r\nAll you need is a web browser like one of the following:\r\n\r\n- [Google Chrome](https://www.google.com/chrome/)\r\n- [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/)\r\n- [Microsoft Edge](https://www.microsoft.com/en-US/edge)\r\n\r\n\r\n### 2. Clone the Source\r\nClone the source code or download the repository on your local computer by clicking the **Code** button.\r\n\r\n``` bash\r\ngit clone https://github.com/LukasVolgger/join.git\r\n```\r\n\r\n### 3. Start the Application\r\nNavigate to the location on your computer where you cloned/downloaded the code. In the project directory, open the **index.html** file with a web browser.\r\n\r\n## Feedback \u0026 Support\r\nYour feedback is invaluable, and I'm here to assist you with any questions or concerns. Your input plays a crucial role in enhancing the project and optimizing the user experience. Feel free to reach out to me:\r\n\r\n- **Feedback:** Share your thoughts, suggestions, or ideas with me so that I can continuously work towards improvement.\r\n\r\n- **Support Inquiry:** If you encounter difficulties or need assistance, [create a new GitHub issue](https://github.com/LukasVolgger/join/issues/new). Please describe your issue in detail to enable me to provide quick and accurate support.\r\n\r\nThank you for your support!\r\n\r\n## License\r\nPlease note the following license terms with regard to the graphics used and the source code.\r\n\r\n### Graphics\r\n\u003c!-- 2. Online Courses --\u003e\r\nAll graphics/images are property of [Developer Akademie](https://developerakademie.com/). The graphics are left to the participants of the course for learning purposes for use in the projects and are subject to the copyright of the [Developer Akademie](https://developerakademie.com/).\r\n\r\n\r\n### Source Code\r\nThe source code is subject to the following license:\r\n\r\n[MIT License](./LICENSE.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fjoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasvolgger%2Fjoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fjoin/lists"}