{"id":27720579,"url":"https://github.com/kate8382/to-do_app","last_synced_at":"2026-04-30T09:33:56.998Z","repository":{"id":289086402,"uuid":"966844338","full_name":"kate8382/to-do_app","owner":"kate8382","description":"A simple application for creating a to-do list using JavaScript, HTML, and Bootstrap.","archived":false,"fork":false,"pushed_at":"2025-04-21T12:32:24.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T09:57:56.833Z","etag":null,"topics":["bootstrap","html","javascript","localstorage","task-manager","todo-list"],"latest_commit_sha":null,"homepage":"https://kate8382.github.io/to-do_app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kate8382.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-15T14:37:26.000Z","updated_at":"2025-04-21T12:39:46.000Z","dependencies_parsed_at":"2025-04-21T13:49:24.963Z","dependency_job_id":null,"html_url":"https://github.com/kate8382/to-do_app","commit_stats":null,"previous_names":["kate8382/to-do_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kate8382%2Fto-do_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kate8382%2Fto-do_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kate8382%2Fto-do_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kate8382%2Fto-do_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kate8382","download_url":"https://codeload.github.com/kate8382/to-do_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251119578,"owners_count":21539194,"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":["bootstrap","html","javascript","localstorage","task-manager","todo-list"],"created_at":"2025-04-27T09:57:59.964Z","updated_at":"2026-04-30T09:33:56.992Z","avatar_url":"https://github.com/kate8382.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do App\n\n\u003e ⚠️ **Note:** On GitHub Pages, the app works only in offline mode (localStorage). To use all features (including API and multi-user support), please clone the repository and run the server locally. See instructions in the \"How to Run the Project\" section.\n\nA simple modular to-do list application using JavaScript, HTML, and Bootstrap. Supports both offline (localStorage) and online (REST API) modes, multi-user lists, and multilingual interface.\n\n## Demo\n\nYou can try the app online (offline mode only) via [GitHub Pages](https://kate8382.github.io/to-do_app/).\n\n## Features\n\n- Add, complete, and delete tasks\n- Data is stored both in localStorage (offline) and on a backend server (API)\n- Automatic synchronization between API and localStorage\n- Multilingual interface (Russian/English)\n- Modular code structure (UI, API, translations)\n- Hash-based navigation between user lists (SPA-like)\n- Separate page for viewing all users' lists (for developers/testing)\n\n## Project Structure\n\n- **docs/index.html**: Main page for user lists (My, Mom's, Dad's) with hash navigation\n- **docs/all.html**: Developer/testing page for viewing all lists at once\n- **docs/js/view.js**: UI rendering, user interaction, language switching\n- **docs/js/api.js**: API and localStorage logic\n- **docs/js/i18n.js**: Translations and supported languages\n- **todo-server/**: Simple backend server and data storage\n- **README.md**: Project documentation\n\n## How to Run the Project\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/kate8382/to-do_app\n   ```\n2. Start the server (if required):\n   ```powershell\n   cd to-do_app/todo-server\n   # Node.js required (recommended version: 14+)\n   node index.js\n   ```\n3. Open the `index.html` file in your browser (from the `docs` folder for GitHub Pages compatibility).\n\n## Pages and Navigation\n\n- **index.html** — main user page. Switch between lists (My, Mom's, Dad's) via hash routing (`#my`, `#mom`, `#dad`) without page reloads.\n- **all.html** — view all to-do lists at once (for developers/testing). Can be hidden from users by removing the menu link.\n\n## Hash Routing (SPA-like Navigation)\n\nNavigation between lists is implemented by changing the hash in the address bar. This allows dynamic loading of the required list without reloading the page.\n\n## Multilanguage Support\n\nThe interface supports both Russian and English. Language switching works on all pages, including all.html.\n\n## For Developers\n\nThe all.html page is intended for developers and testers. It allows you to see all to-do lists at once and can be hidden from regular users (for example, by removing the link from the menu).\n\n## Screenshots\n\nBelow you can see both the user interface and the developer tools (showing localStorage and API usage):\n\n![Screenshot 1](screenshots/image1.png)\n![Screenshot 2](screenshots/image2.png)\n![Screenshot 3](screenshots/image3.png)\n![Screenshot 3](screenshots/image4.png)\n\n## Example Navigation\n\n- `index.html#my` — My Tasks\n- `index.html#mom` — Mom's Tasks\n- `index.html#dad` — Dad's Tasks\n- `all.html` — All to-do lists (for developers)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkate8382%2Fto-do_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkate8382%2Fto-do_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkate8382%2Fto-do_app/lists"}