{"id":28049166,"url":"https://github.com/pernille-k/todo-list","last_synced_at":"2026-04-09T22:56:01.600Z","repository":{"id":287958631,"uuid":"966257080","full_name":"Pernille-K/Todo-list","owner":"Pernille-K","description":"A simple to do-list created using Electron.js. Add, edit, delete tasks and track progress with a color-changing background!","archived":false,"fork":false,"pushed_at":"2025-04-23T21:30:53.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T23:06:01.333Z","etag":null,"topics":["app","cross-platform","css","desktop-app","electron","electron-forge","html","javascript","nodejs","productivity","task-manager","todo-list"],"latest_commit_sha":null,"homepage":"","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/Pernille-K.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-04-14T16:36:26.000Z","updated_at":"2025-04-23T21:34:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebc3ab9b-a892-4449-9707-c5b0665d055e","html_url":"https://github.com/Pernille-K/Todo-list","commit_stats":null,"previous_names":["pernille-k/todo-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pernille-K%2FTodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pernille-K%2FTodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pernille-K%2FTodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pernille-K%2FTodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pernille-K","download_url":"https://codeload.github.com/Pernille-K/Todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pernille-K%2FTodo-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259274425,"owners_count":22832509,"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":["app","cross-platform","css","desktop-app","electron","electron-forge","html","javascript","nodejs","productivity","task-manager","todo-list"],"created_at":"2025-05-11T23:05:59.071Z","updated_at":"2026-04-09T22:56:01.567Z","avatar_url":"https://github.com/Pernille-K.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--Badges --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/npm-installed-brightgreen\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Electron-%5E35.2.0-red\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Built%20with-Electron%20Forge-orange\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/HTML-Used-yellow\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CSS-Used-purple\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-Used-blue\" /\u003e\n\u003c/p\u003e\n\n\n# 📝 Todo-list\n\nA simple and colorful to-do list app created with **Electron.js**.\n\nStay organized with your daily tasks, and get visual feedback with a background that changes color to track your progress. Perfect for simple planning and satisfying completions ✨\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./assets/display_complete.png\"\u003e\n\u003c/p\u003e\n\n## ⚙️ Features\n\n- ✅ Add, edit, and delete todos\n- 🎨 Background color changes depending on how many tasks you've completed\n- 🪟 Custom title bar with minimize, maximize, and close buttons (window controls)\n- 📦 Lightweight and easy to install on Windows\n\n## 🚀 Why Electron?\n\nElectron makes it possible to build **cross-platform desktop apps** using web technologies (HTML, CSS, and JavaScript). I chose Electron because:\n\n- I wanted to learn desktop app development\n- It's beginner-friendly with great documentation\n- It works on multiple platforms (Windows, macOS, Linux)\n- It gave me full control over design and features (like the custom title bar ✨)\n\n## 🔨 How to run the App (as a developer)\n\n1. Clone or download this repo\n2. Open a terminal in the project folder\n3. Run:\n\n   ```bash\n   npm install\n   npm start\n   ```\n\nThe app will start in development mode.\n\n## 📦 How to Create a Desktop Installer\n\n\u003e You can install this on your dekstop, or send it to friends and family, and they can install it like a regular program 💻\n\n### 🪟 For Windows\n\n1. Run\n\n   ```bash\n   npm run make\n   ```\n\n2. Your _.exe_ file will be located at:\n   ```csharp\n   out\\make\\squirrel.windows\\x64\\TodoApp-1.0.0 Setup.exe\n   ```\n\n### 🍏 For macOS\n\nYou can only build a macOS installer **on a Mac**.\n\n1. Run\n\n   ```bash\n   npm run make\n   ```\n\n2. Electron Forge will automatically detect the system and create a _.dmg_ or _.zip_ file under:\n   ```csharp\n   out/make/zip/darwin/x64/\n   ```\n\n## 🧠 Credit \u0026 Notes\n\n- Build using Electron Forge\n- Custom checkbox styling from [Moderncss.dev](https://moderncss.dev/pure-css-custom-checkbox-style/)\n- App icon created with Canva\n\n## 📜 License\n\nThis project is licensed under the **ISC License**\n\n---\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"./assets/icon.ico\" alt=\"App Icon\" width=\"50\" style=\"margin-top: 20px;\"/\u003e \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpernille-k%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpernille-k%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpernille-k%2Ftodo-list/lists"}