{"id":26409316,"url":"https://github.com/barandev/to-do-list-app","last_synced_at":"2026-05-08T17:33:28.527Z","repository":{"id":251132922,"uuid":"836491702","full_name":"BaranDev/To-Do-List-App","owner":"BaranDev","description":"A simple To-Do List app that has a glassmorphic UI design","archived":false,"fork":false,"pushed_at":"2024-08-01T01:13:36.000Z","size":744,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T04:07:57.023Z","etag":null,"topics":["flask","python","to-do-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/BaranDev.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-08-01T01:04:45.000Z","updated_at":"2024-08-01T01:15:20.000Z","dependencies_parsed_at":"2024-08-01T04:07:48.204Z","dependency_job_id":"eda820bf-71ec-44cf-88e9-c4f79e22303e","html_url":"https://github.com/BaranDev/To-Do-List-App","commit_stats":null,"previous_names":["barandev/to-do-list-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2FTo-Do-List-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2FTo-Do-List-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2FTo-Do-List-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2FTo-Do-List-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaranDev","download_url":"https://codeload.github.com/BaranDev/To-Do-List-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244094268,"owners_count":20397020,"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":["flask","python","to-do-list"],"created_at":"2025-03-17T19:19:56.540Z","updated_at":"2026-05-08T17:33:28.478Z","avatar_url":"https://github.com/BaranDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List App\n\nThis app has a cool looking UI and is a good example of Flask and AJAX calls.\n\n## Features\n\n- Add new tasks\n- Edit existing tasks\n- Delete tasks\n- Mark tasks as complete or incomplete\n- Responsive design\n- Modern, glassmorphic UI\n\n![alt text](./resources/image.png)\n\n## Installation\n\nFollow these steps to set up and run the app locally:\n\n1. **Clone the repository:**\n\n   ```\n   git clone https://github.com/barandev/todo-list-app.git\n   cd todo-list-app\n    ```\n2. **Create a virtual environment and activate it:**\n```\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n ```\n\n3. **Install the dependencies:**\n ```\npip install -r requirements.txt\n ```\n4. **Run the application:**\n ```\npython app.py\n ```\n5. **Open your browser and navigate to:**\n```\nhttp://127.0.0.1:8080\n```\n**File Structure**\n   ```\n  todo-list-app/\n  │\n  ├── static/\n  │   ├── styles.css        # Custom CSS styles\n  │   └── scripts.js        # JavaScript for interactivity and AJAX\n  │\n  ├── templates/\n  │   └── home.html         # HTML template for the main page\n  │\n  ├── app.py                # Flask application code\n  ├── requirements.txt      # List of Python dependencies\n  └── README.md             # This readme file\n ```\nUsage\n- Add a Task: Enter the task description in the input field and click \"Add Task\".\n- Edit a Task: Click the \"Edit\" button next to a task, modify the description, and save changes.\n- Delete a Task: Click the \"Delete\" button next to a task to remove it.\n- Complete a Task: Click the \"Complete\" button next to a task to mark it as complete.\n- Mark as Incomplete: Click the \"Incomplete\" button next to a completed task to mark it as incomplete.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarandev%2Fto-do-list-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarandev%2Fto-do-list-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarandev%2Fto-do-list-app/lists"}