Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-learning

"Learning TypeScript from basics to advanced"

TypeScript Learning Journey

A repository to learn TypeScript from basics to advanced concepts.

How to Use This Repository

Local Setup (Optional)

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 watch

Online Learning (No Setup!)

You can also use TypeScript Playground to copy and run the code examples.

Learning Progress

Lessons ✅

  • 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

File Structure

src/
├── index.ts              # Main entry point
├── lessons/
│   ├── 01-basics.ts
│   ├── 02-functions.ts
│   ├── 03-interfaces.ts
│   └── ...

Resources

Commits

Track your learning progress through commits!


Visit to check the site to see the code output : 

About

"Learning TypeScript from basics to advanced"

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages