{"id":19138157,"url":"https://github.com/lukasvolgger/notepad","last_synced_at":"2026-04-15T20:02:05.209Z","repository":{"id":109696935,"uuid":"470502410","full_name":"LukasVolgger/notepad","owner":"LukasVolgger","description":"Simple notepad app imitating Google Keep for learning purposes.","archived":false,"fork":false,"pushed_at":"2022-10-26T18:16:07.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T18:49:37.424Z","etag":null,"topics":["browser","css","google-keep","html","javascript","notepad","notes-app"],"latest_commit_sha":null,"homepage":"https://github.com/LukasVolgger/notepad","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-03-16T08:55:40.000Z","updated_at":"2022-04-06T11:10:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c9b7c53-bba5-496f-a385-ef2ce636887f","html_url":"https://github.com/LukasVolgger/notepad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LukasVolgger/notepad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fnotepad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fnotepad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fnotepad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fnotepad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasVolgger","download_url":"https://codeload.github.com/LukasVolgger/notepad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fnotepad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267692969,"owners_count":24129129,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["browser","css","google-keep","html","javascript","notepad","notes-app"],"created_at":"2024-11-09T06:41:56.148Z","updated_at":"2026-04-15T20:02:00.168Z","avatar_url":"https://github.com/LukasVolgger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eNotepad\u003c/h1\u003e\n\nThis is a learning project from the Frontend Web Development course of the \u003ca href=\"https://developerakademie.com/\"\u003eDeveloper Akademie\u003c/a\u003e. \n\n\u003cb\u003eIMPORTANT:\u003c/b\u003e Please note that learning projects focus on the given tasks. It is therefore possible that some functions do not work or are not scripted.\n\u003ch3\u003eTable of Contents\u003c/h3\u003e\n\n- \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e\n- \u003ca href=\"#preview\"\u003ePreview\u003c/a\u003e\n- \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\n- \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\n\u003ch2 id=\"features\"\u003eFeatures\u003c/h2\u003e\nHere is an overview of the most important functions of the project. Click on the summary to expand.\u003cbr\u003e\n\n\u003cbr\u003e\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eAvailable Languages\u003c/b\u003e\u003c/summary\u003e\n  \n:heavy_check_mark: German \u003cbr\u003e\n  \n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eFunctionality\u003c/b\u003e\u003c/summary\u003e\n  \n:heavy_check_mark: Toggle Darkmode \u003cbr\u003e\n:heavy_check_mark: Add notes and save to local storage \u003cbr\u003e\n:heavy_check_mark: Depending on which background color is selected for a note, the font color changes \u003cbr\u003e\n:heavy_check_mark: Deleted notes are stored in trash \u003cbr\u003e\n:heavy_check_mark: Restore or finally delete notes from trash \u003cbr\u003e\n:heavy_check_mark: Responsive Webdesign \u003cbr\u003e\n  \n\u003c/details\u003e\n\n\u003ch2 id=\"preview\"\u003ePreview\u003c/h2\u003e\n\n![This is an image](/img/preview/main_preview.png)\n\n---\n\n![This is an image](/img/preview/notes_preview_darkmode.png)\n\n\u003ch2 id=\"installation\"\u003eInstallation\u003c/h2\u003e\nFollow these steps to install/test the project.\n\n\u003ch3 id=\"requirements\"\u003e1. Requirements\u003c/h3\u003e\nAll you need is a web browser like one of the following:\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003ca href=\"https://www.google.com/chrome/\"\u003e![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge\u0026logo=GoogleChrome\u0026logoColor=white)\u003c/a\u003e\n\u003ca href=\"https://www.mozilla.org/en-US/firefox/new/\"\u003e![Firefox](https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge\u0026logo=Firefox-Browser\u0026logoColor=white)\u003c/a\u003e\n\u003ca href=\"https://www.microsoft.com/en-US/edge\"\u003e![Edge](https://img.shields.io/badge/Edge-0078D7?style=for-the-badge\u0026logo=Microsoft-edge\u0026logoColor=white)\u003c/a\u003e\n\n\u003ch3\u003e2. Download the Source\u003c/h3\u003e\nDownload the source code or clone the repository on your local computer by clicking the \u003cb\u003eCode\u003c/b\u003e button.\n\u003cbr\u003e\n\u003cbr\u003e\n\n![readme_get_code](https://user-images.githubusercontent.com/55922592/198102760-e106c513-82ba-48f2-8ef1-25b0ee494fb1.png)\n\n\u003ch3\u003e3. Start the Project\u003c/h3\u003e\nNavigate to the location on your computer where you downloaded/cloned the code. In the project directory, open the \u003cb\u003eindex.html\u003c/b\u003e file with a web browser.\n\u003cbr\u003e\n\u003cbr\u003e\n\n![readme_chrome_logo_left_space](https://user-images.githubusercontent.com/55922592/198104490-f9503625-2407-465d-bf63-115405d6ade6.png)\n\u003cbr\u003e\nindex.html\n\n\u003ch2 id=\"license\"\u003eLicense\u003c/h2\u003e\n\n\u003ca href=\"https://github.com/LukasVolgger/notepad/blob/main/LICENSE\"\u003e![APM](https://img.shields.io/apm/l/vim-mode?label=License\u0026style=for-the-badge)\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fnotepad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasvolgger%2Fnotepad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fnotepad/lists"}