{"id":22010178,"url":"https://github.com/wojciechmarek/todo-list","last_synced_at":"2025-08-19T09:09:11.497Z","repository":{"id":147129531,"uuid":"589219853","full_name":"wojciechmarek/todo-list","owner":"wojciechmarek","description":"Basic and simple the to-do list app representing modern UI design styles.","archived":false,"fork":false,"pushed_at":"2024-07-15T21:43:41.000Z","size":3478,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T19:06:57.163Z","etag":null,"topics":["atomic-design","aurora","bruthalism","cardboard","claymorphism","conventional-commits","crt","dark-theme","design-systems","docker","emotion","glassmorphism","light-theme","neubrutalism","neumorphism","react","styled-components","typescript","vfd","vite"],"latest_commit_sha":null,"homepage":"https://todo-list-rust-theta.vercel.app","language":"TypeScript","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/wojciechmarek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-01-15T13:31:18.000Z","updated_at":"2024-08-06T07:47:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"95214c37-5338-44ee-9629-3e4848b70730","html_url":"https://github.com/wojciechmarek/todo-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wojciechmarek/todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechmarek%2Ftodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechmarek%2Ftodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechmarek%2Ftodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechmarek%2Ftodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojciechmarek","download_url":"https://codeload.github.com/wojciechmarek/todo-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechmarek%2Ftodo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271128556,"owners_count":24703876,"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-08-19T02:00:09.176Z","response_time":63,"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":["atomic-design","aurora","bruthalism","cardboard","claymorphism","conventional-commits","crt","dark-theme","design-systems","docker","emotion","glassmorphism","light-theme","neubrutalism","neumorphism","react","styled-components","typescript","vfd","vite"],"created_at":"2024-11-30T02:12:11.538Z","updated_at":"2025-08-19T09:09:11.445Z","avatar_url":"https://github.com/wojciechmarek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo List\n\nThis project represents modern UI design styles under a todo list app.\n\n## Purpose\n\nTo collect different design styles together in one place and learn how to implement them in the CSS.\n\n## Demo\n\nA live demo is available at [https://todo-list-rust-theta.vercel.app](https://todo-list-rust-theta.vercel.app).\nTo change the theme, click the `Settings` button on the left navigation bar. Then, select the style you want to use.\n\n## Design styles\n\nAll design styles are written from scratch. This application does not use any UI component library. Currently, the app implements the following design styles:\n\n- Modern Dark\n- Modern Light\n- Brutalism\n- Neobrutalism 👈 set as a default style\n- Cardboard\n- Glassmorphism\n- Claymorphism\n- Neumorphism\n- Aurora (the dark theme with some subtle vector graphics in the background)\n- VFD Display (the dark theme with a retro VFD display glowing effect)\n- CRT (the old-school cathode ray tube monitor effect)\n\n## Screenshots\n\n![all-styles](https://github.com/wojciechmarek/todo-list/assets/27026036/412e9562-da0b-4e74-8561-2036df550935)\n\n## Used technologies\n\n- 🎁 **Project:** vite, react, typescript\n- 🛠️ **Tools:** yarn, eslint, prettier, husky, speedy web compiler, conventional commits, storybook, react-hook-form, react-router\n- 🎨 **Styling:** styled-components by emotion, lucide icons\n- 🧪 **Testing:** jest, react-testing-library\n- 💎 **Others:** desktop-first approach, atomic design, progressive web app, docker and dev container\n\n## Versioning\n\nThis application uses conventional commits for generating changelog and versioning. The change log is available at [CHANGELOG.md](./CHANGELOG.md).\n\n## How to run the app\n\n1. Install [Node.js](https://nodejs.org/en/download/).\n2. Install [Yarn](https://classic.yarnpkg.com/en/docs/install/).\n3. Clone the repository.\n4. Type and run: `yarn` in the root directory.\n5. Type and run: `yarn dev` in the root directory.\n6. Open `http://localhost:5173` in your browser to see the app.\n\n\u003e The repository contains also the **dev container** configuration for Visual Studio Code. If you have the Remote - Containers extension installed, you can run the project in a container instead of installing all dependencies on your local machine.\n\n## Component tests\n\nThe project contains component tests for all dump (atom/molecule/organism) components (111 tests in total including 23 snapshot tests). To run the tests, type and run: `yarn test` in the root directory.\nReport:\n\n\u003cimg width=\"670\" alt=\"Screenshot 2023-11-03 at 16 29 35\" src=\"https://github.com/wojciechmarek/todo-list/assets/27026036/502adcaf-e9e3-4409-b202-f0d473769410\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciechmarek%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojciechmarek%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciechmarek%2Ftodo-list/lists"}