"Learning TypeScript from basics to advanced"
A repository to learn TypeScript from basics to advanced concepts.
If you want to run the code locally:
# Clone the repository
git clone https://github.com/YOUR_USERNAME/typescript-learning.git
cd typescript-learning
# Install dependencies
npm install
# Run the code
npm run dev
# Watch for changes and recompile
npm run watchYou can also use TypeScript Playground to copy and run the code examples.
- Lesson 1: Basic Types (string, number, boolean)
- Lesson 2: Functions with Types
- Lesson 3: Interfaces
- Lesson 4: Arrays and Tuples
- Lesson 5: Union Types
- Lesson 6: Classes
- Lesson 7: Generics
- Lesson 8: Advanced Types
src/
├── index.ts # Main entry point
├── lessons/
│ ├── 01-basics.ts
│ ├── 02-functions.ts
│ ├── 03-interfaces.ts
│ └── ...
Track your learning progress through commits!
Visit to check the site to see the code output :