This repo contains exercises from Typescript and Design Patterns' Course
-
features
Contains some main typescript features and sintax
-
first_ts_app
Dealing with types on a API Call using axios
-
maps
Mini app to show usecases and demostrate how to properly use interfaces. This example also shows how to write clean and reusable code
-
sort_dp
Creation of a collection sorter algorithm that uses inheritance or abstract classes to build a reusable and clean code to develop a sorter algorithm to any collection type needed
-
reusable_code
Project to learn principles of reusable code with ts