Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 715 Bytes

File metadata and controls

25 lines (13 loc) · 715 Bytes

TS COURSE ANNOTATIONS AND EXERCISES

This repo contains exercises from Typescript and Design Patterns' Course

LIST OF FOLDERS AND RELATED TOPICS OF THE COURSE

  1. features

    Contains some main typescript features and sintax

  2. first_ts_app

    Dealing with types on a API Call using axios

  3. maps

    Mini app to show usecases and demostrate how to properly use interfaces. This example also shows how to write clean and reusable code

  4. 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

  5. reusable_code

    Project to learn principles of reusable code with ts