Skip to content

abrahamuchos/ts-poo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript object-oriented programming and asynchronous

This is a guide with basic concepts about OOP in TypeScript.

For this you can review the notes (only in Spanish) in the blog section "TypeScript" > "TypeScript Programación Orientado a Objeto y Asincronismo" Blog Notes

This project is for educational purposes only

✅ Features

Concepts and basics in OOP and asynchronous in TypeScript.

  • Classes
  • Interfaces
  • Inheritance
  • Polymorphism
  • Encapsulation
  • Abstraction
  • Static
  • Singleton
  • Promises
  • HTTP Typing Response
  • Generics
  • Decorators

⚙️ Tech Stack

  • TypeScript

💾 Installation

Install and run

  1. Clone and move to folder
$ git clone git@github.com:abrahamuchos/ts-poo.git
$ cd ts-poo
  1. Install dependencies
$  npm install
  1. Transpile and run npx ts-node fileName

🔗 Links

Blog Notes

🧑‍💻 Authors

📄 License

MIT

About

Practice for TypeScript in Object Oriented Programming (OOP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published