{"id":22320425,"url":"https://github.com/timothyjan/todolist-react-frontend","last_synced_at":"2025-07-20T17:34:20.068Z","repository":{"id":258713669,"uuid":"874429957","full_name":"TimothyJan/TodoList-React-Frontend","owner":"TimothyJan","description":"TodoList React frontend","archived":false,"fork":false,"pushed_at":"2024-10-18T01:10:26.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:29:48.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TimothyJan.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-10-17T20:11:54.000Z","updated_at":"2024-10-18T01:10:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d0aae76-3fa0-453b-917e-adb72e27e5b1","html_url":"https://github.com/TimothyJan/TodoList-React-Frontend","commit_stats":null,"previous_names":["timothyjan/todolist-react-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimothyJan/TodoList-React-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyJan%2FTodoList-React-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyJan%2FTodoList-React-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyJan%2FTodoList-React-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyJan%2FTodoList-React-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimothyJan","download_url":"https://codeload.github.com/TimothyJan/TodoList-React-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyJan%2FTodoList-React-Frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266166101,"owners_count":23886733,"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":[],"created_at":"2024-12-04T00:13:40.818Z","updated_at":"2025-07-20T17:34:20.062Z","avatar_url":"https://github.com/TimothyJan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoList-React-Frontend\nTodoList React frontend\n\nSteps: \u003ca href=\"https://dev.to/w3tsa/an-introduction-to-typescript-building-a-simple-todo-app-with-react-1m2d\"\u003etutorial\u003c/a\u003e\n\u003cul\u003e\n  \u003cli\u003eCreate a new react project: ~\u003ccode\u003enpm create vite@latest ./\u003c/code\u003e\u003c/li\u003e\n  \u003cli\u003eInstall dependencies: ~\u003ccode\u003enpm install\u003c/code\u003e\u003c/li\u003e\n  \u003cli\u003eRun React Project: ~\u003ccode\u003enpm run dev\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n# React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default tseslint.config({\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n})\n```\n\n- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`\n- Optionally add `...tseslint.configs.stylisticTypeChecked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:\n\n```js\n// eslint.config.js\nimport react from 'eslint-plugin-react'\n\nexport default tseslint.config({\n  // Set the react version\n  settings: { react: { version: '18.3' } },\n  plugins: {\n    // Add the react plugin\n    react,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended rules\n    ...react.configs.recommended.rules,\n    ...react.configs['jsx-runtime'].rules,\n  },\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyjan%2Ftodolist-react-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothyjan%2Ftodolist-react-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyjan%2Ftodolist-react-frontend/lists"}