{"id":24607218,"url":"https://github.com/yogithesymbian/typescript_basic_my_improvements","last_synced_at":"2025-03-18T11:22:59.414Z","repository":{"id":271371938,"uuid":"913223294","full_name":"yogithesymbian/typescript_basic_my_improvements","owner":"yogithesymbian","description":"Typescript Basic Powered By Ai","archived":false,"fork":false,"pushed_at":"2025-01-07T09:42:08.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T17:37:43.103Z","etag":null,"topics":["typescript"],"latest_commit_sha":null,"homepage":"","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/yogithesymbian.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":"2025-01-07T09:14:22.000Z","updated_at":"2025-01-07T11:57:57.000Z","dependencies_parsed_at":"2025-01-08T21:03:20.692Z","dependency_job_id":null,"html_url":"https://github.com/yogithesymbian/typescript_basic_my_improvements","commit_stats":null,"previous_names":["yogithesymbian/typescript_basic_my_improvements"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogithesymbian%2Ftypescript_basic_my_improvements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogithesymbian%2Ftypescript_basic_my_improvements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogithesymbian%2Ftypescript_basic_my_improvements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogithesymbian%2Ftypescript_basic_my_improvements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yogithesymbian","download_url":"https://codeload.github.com/yogithesymbian/typescript_basic_my_improvements/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244208610,"owners_count":20416111,"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":["typescript"],"created_at":"2025-01-24T17:34:49.309Z","updated_at":"2025-03-18T11:22:59.378Z","avatar_url":"https://github.com/yogithesymbian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Learning Project Improvements | Powered By Ai\n\nThis repository contains various TypeScript files that demonstrate basic to advanced TypeScript concepts. Each file focuses on a specific concept, starting from basic types to more advanced topics like function types, enums, and type aliases.\n\n## Files and Concepts\n\n| **File Path**                         | **Description**                                           |\n| ------------------------------------- | --------------------------------------------------------- |\n| `src/1-types.ts`                      | Introduction to basic types in TypeScript                 |\n| `src/2-type-casing.ts`                | Understanding Type Casing in TypeScript                   |\n| `src/3-numbers-strings-booleans.ts`   | Working with numbers, strings, and booleans in TypeScript |\n| `src/4-type-inference.ts`             | Type Inference in TypeScript                              |\n| `src/5-understanding-types.ts`        | Overview of TypeScript Types and their importance         |\n| `src/6-object-types.ts`               | Understanding and using Object Types in TypeScript        |\n| `src/7-nested-objects.ts`             | Working with Nested Objects in TypeScript                 |\n| `src/8-array-types.ts`                | Defining and using Array Types in TypeScript              |\n| `src/9-tupples.ts`                    | Working with Tuples in TypeScript                         |\n| `src/10-enum.ts`                      | Introduction to Enums in TypeScript                       |\n| `src/11-any-types.ts`                 | Understanding the `any` type in TypeScript                |\n| `src/12-union-types.ts`               | Using Union Types in TypeScript                           |\n| `src/13-literal-types.ts`             | Working with Literal Types in TypeScript                  |\n| `src/14-type-aliases.ts`              | Introduction to Type Aliases in TypeScript                |\n| `src/15-type-aliases-object-types.ts` | Using Type Aliases with Object Types in TypeScript        |\n| `src/16-core-types.ts`                | Core TypeScript Types and Concepts                        |\n| `src/17-function-return-void.ts`      | Function Return Types and the `void` type                 |\n| `src/18-functions-as-types.ts`        | Functions as Types in TypeScript                          |\n| `src/19-function-types-callbacks.ts`  | Function Types and Callbacks in TypeScript                |\n| `src/20-functions-types.ts`           | Defining Functions with Specific Types in TypeScript      |\n| `src/21-unknown-types.ts`             | Understanding the `unknown` type in TypeScript            |\n| `src/22-never-types.ts`               | Understanding the `never` type in TypeScript              |\n| `src/23-wrap-up.ts`                   | Wrapping up and review of TypeScript concepts             |\n| `src/index.ts`                        | Entry point to run or test all TypeScript files           |\n\n## Setup Instructions\n\nTo start working with these files, follow these steps:\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/yourusername/typescript-learning.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd typescript-learning\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Run the TypeScript code:\n\n   ```bash\n   npx tsx src/index.ts\n   ```\n\n## Additional Resources\n\n- [TypeScript Official Documentation](https://www.typescriptlang.org/docs/)\n- [TypeScript Playground](https://www.typescriptlang.org/play)\n- [TypeScript GitHub](https://github.com/Microsoft/TypeScript)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogithesymbian%2Ftypescript_basic_my_improvements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyogithesymbian%2Ftypescript_basic_my_improvements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogithesymbian%2Ftypescript_basic_my_improvements/lists"}