Skip to content

MUmarOfficial/TypeScript-Course-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Course Code 📘

Course content and exercises for mastering TypeScript
Built & maintained by Umar (MUmarOfficial)


🚀 Table of Contents

  1. About
  2. What’s Inside
  3. Prerequisites
  4. Setup & Usage
  5. Scripts
  6. Folder Structure
  7. Contributing
  8. License & Credits

📖 About

This repository is the companion codebase for my TypeScript learning series. Everything here is meant for practice, experiments, and deepening your TS muscle memory.

Whether you're just starting or leveling up, this repo should give you real code, not just theory.


📂 What’s Inside

  • TS/ — source TypeScript files, modules, lessons
  • dist/ — compiled JavaScript output (build artifacts)
  • JS/ — some JS files (if needed for reference)
  • Practice Problems TS/ — extra challenges & exercises
  • Problems/ — specific question sets
  • tsconfig.json — TS compiler config
  • package.json / package-lock.json — dependencies & scripts

🏫 Learning Source


✅ Prerequisites

Before diving in, make sure you have:

  • Node.js (v14+ recommended)
  • npm (or yarn, whichever you prefer)
  • Basic familiarity with JavaScript (ES6+)
  • Curiosity to read, break, fix, and build

🛠 Setup & Usage

  1. Clone the repo
    git clone https://github.com/MUmarOfficial/TypeScript-Course-Code.git
    cd TypeScript-Course-Code

About

Course content for learning Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published