{"id":26360034,"url":"https://github.com/saifiimuhammad/learnwithme-typescript","last_synced_at":"2026-04-09T07:09:40.701Z","repository":{"id":282725246,"uuid":"949469194","full_name":"saifiimuhammad/learnwithme-Typescript","owner":"saifiimuhammad","description":"A beginner-friendly TypeScript course repository that covers fundamental TypeScript concepts along with practical projects.","archived":false,"fork":false,"pushed_at":"2025-03-16T14:53:56.000Z","size":586,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T02:05:43.118Z","etag":null,"topics":["course","javascript","nodejs","react","shadcn","tutorial","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/saifiimuhammad.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-03-16T14:36:30.000Z","updated_at":"2025-03-16T20:01:32.000Z","dependencies_parsed_at":"2025-03-16T15:42:59.357Z","dependency_job_id":null,"html_url":"https://github.com/saifiimuhammad/learnwithme-Typescript","commit_stats":null,"previous_names":["saifiimuhammad/learnwithme-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Flearnwithme-Typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Flearnwithme-Typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Flearnwithme-Typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Flearnwithme-Typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saifiimuhammad","download_url":"https://codeload.github.com/saifiimuhammad/learnwithme-Typescript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Flearnwithme-Typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259184737,"owners_count":22818267,"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":["course","javascript","nodejs","react","shadcn","tutorial","typescript"],"created_at":"2025-03-16T16:24:23.818Z","updated_at":"2025-12-30T22:39:48.429Z","avatar_url":"https://github.com/saifiimuhammad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LearnWithMe - TypeScript\n\nA beginner-friendly TypeScript course repository that covers fundamental TypeScript concepts along with practical projects.\n\n## 📌 Overview\n\nThis repository is a complete TypeScript learning resource, including:\n\n- Core TypeScript concepts\n- How to compile and run TypeScript files\n- Small projects and exercises to practice TypeScript\n- A React project with TypeScript\n\n## 📁 Folder Structure\n\n```\nTypescript-Course/\n│-- dist/                 # Compiled JavaScript output\n│-- react-in-ts/          # React project with TypeScript\n│-- single-lingo/         # Another TypeScript project\n│-- src/                  # Main TypeScript source files\n│-- tsconfig.json         # TypeScript configuration file\n```\n\n## 🚀 Getting Started\n\n### 1️⃣ Install TypeScript\n\nEnsure you have TypeScript installed globally:\n\n```sh\nnpm install -g typescript\n```\n\n### 2️⃣ Compile TypeScript Code\n\nTo compile a TypeScript file into JavaScript:\n\n```sh\ntsc index.ts\n```\n\nTo watch for changes and auto-compile:\n\n```sh\ntsc index.ts -w\n```\n\nTo initialize a TypeScript project with a config file:\n\n```sh\ntsc --init\n```\n\n### 3️⃣ Running a Project\n\nTo run the TypeScript projects, navigate into a folder (e.g., `dist/`) and run:\n\n```sh\nnode index.js\n```\n\nFor the React project inside `react-in-ts/`, use:\n\n```sh\ncd react-in-ts\nnpm install\nnpm start\n```\n\n## 📦 Projects Included\n\n### 1. **Single Lingo**\n\nA TypeScript-based project that focuses on fundamental concepts and showcases TypeScript features in React.\n\n### 1. **Todo App**\n\nA TypeScript-based project that focuses on fundamental concepts and showcases TypeScript features.\n\n### 2. **React in TypeScript**\n\nA basic React project demonstrating how to use TypeScript with React for type-safe component development.\n\n## 🤝 Contributions\n\nFeel free to contribute or improve this repository by making pull requests!\n\n## 📜 License\n\nThis project is open-source and free to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifiimuhammad%2Flearnwithme-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaifiimuhammad%2Flearnwithme-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifiimuhammad%2Flearnwithme-typescript/lists"}