{"id":22828787,"url":"https://github.com/costingh/todo-app-django","last_synced_at":"2026-04-15T18:31:42.606Z","repository":{"id":196742587,"uuid":"348685388","full_name":"costingh/todo-app-django","owner":"costingh","description":"A full-stack web app built using Django on backend and simple HTML/CSS/JS for frontend and PostgreSQL as database. It helps organizing tasks, by dividing them into categories, keeping track of time and if there were performed or not.","archived":false,"fork":false,"pushed_at":"2021-06-28T12:12:01.000Z","size":6777,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T01:18:10.686Z","etag":null,"topics":["css","django","html","javascript","postgre","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/costingh.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}},"created_at":"2021-03-17T11:32:21.000Z","updated_at":"2024-04-09T14:33:03.000Z","dependencies_parsed_at":"2023-09-27T08:13:15.215Z","dependency_job_id":null,"html_url":"https://github.com/costingh/todo-app-django","commit_stats":null,"previous_names":["costingh/todo-app-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/costingh/todo-app-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/costingh%2Ftodo-app-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/costingh%2Ftodo-app-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/costingh%2Ftodo-app-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/costingh%2Ftodo-app-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/costingh","download_url":"https://codeload.github.com/costingh/todo-app-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/costingh%2Ftodo-app-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","django","html","javascript","postgre","python"],"created_at":"2024-12-12T19:12:12.203Z","updated_at":"2026-04-15T18:31:42.584Z","avatar_url":"https://github.com/costingh.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-app-django\n\nA todo app built with django\n\n![First screen](https://github.com/costingh/todo-app-django/blob/master/1.png?raw=true)\n\n![First screen](https://github.com/costingh/todo-app-django/blob/master/2.png?raw=true)\n\n## Description\n\nThe app allows to the user to create, read, update and delete todos. The app offers some categories to user, like: music, travel, work, home, study, others, all, etc.\nThe user can add tasks in each of this categories.\n\n## Dark-mode\n\nThe app has light/dark mode implemented. To achieve this, the local storage was used.\n\n## Tech-stack:\n* HTML\n* CSS\n* Python\n* JavaScript\n\n## Database\n\nAs database, sqlite is used.\n\n### Setup\nTo get this repository, run the following command inside your git enabled terminal\n```bash\n$ git clone https://github.com/costingh/todo-app-django.git\n```\nYou will need django to be installed in you computer to run this app. Head over to https://www.djangoproject.com/download/ for the download guide\n\nOnce you have downloaded django, go to the cloned repo directory \n\n```bash\n$ cd todo-app-django\n```\n\nAnd run the following command\n\n```bash\n$ python manage.py makemigrations\n```\n\nThis will create all the migrations file (database migrations) required to run this App.\n\nNow, to apply this migrations run the following command\n\n```bash\n$ python manage.py migrate\n```\n\nOne last step. We need to create an admin user to run this App. On the terminal, type the following command and provide username, password and email for the admin user\n\n```bash\n$ python manage.py createsuperuser\n```\n\nThat was pretty simple, right? Now let's make the App live. We just need to start the server now and then we can start using our simple todo App. Start the server by following command\n\n```bash\n$ python manage.py runserver\n```\n\nOnce the server is hosted, head over to http://127.0.0.1:8000/ for the App.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcostingh%2Ftodo-app-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcostingh%2Ftodo-app-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcostingh%2Ftodo-app-django/lists"}