An open API service indexing awesome lists of open source software.

https://github.com/andrewtavis/typescript-learning-area

TypeScript versions of the MDN JavaScript examples
https://github.com/andrewtavis/typescript-learning-area

code-examples learn-programming learn-to-code learning mdn-docs typescript

Last synced: 9 months ago
JSON representation

TypeScript versions of the MDN JavaScript examples

Awesome Lists containing this project

README

          



    [![license](https://img.shields.io/github/license/andrewtavis/typescript-learning-area)](https://github.com/andrewtavis/typescript-learning-area/blob/main/LICENSE.txt)
    [![coc](https://img.shields.io/badge/coc-Contributor%20Covenant-ff69b4.svg)](https://github.com/andrewtavis/typescript-learning-area/blob/main/.github/CODE_OF_CONDUCT.md)

    ## TypeScript versions of the MDN JavaScript examples

    **typescript-learning-area** is a GitHub repo with [TypeScript](https://www.typescriptlang.org/) examples based on the [Mozilla Developer Network Learning Area](https://developer.mozilla.org/en-US/Learn). The [typescript directory](https://github.com/andrewtavis/typescript-learning-area/tree/main/typescript) of this repo mirrors the [javascript directory](https://github.com/mdn/learning-area/tree/master/javascript) of [mdn/learning-area](https://github.com/mdn/learning-area) with JS converted to valid TS, and all solutions modularized with script directories and [Sass](https://sass-lang.com/) based styling. The goal is to provide a reference that allows people to also learn TypeScript at MDN.

    Contributions to improve the TS conversions are welcome! Conversions of MDN JS examples that have yet to be finished would also be helpful.