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
- Host: GitHub
- URL: https://github.com/andrewtavis/typescript-learning-area
- Owner: andrewtavis
- License: cc0-1.0
- Created: 2021-04-21T16:22:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T17:17:44.000Z (over 3 years ago)
- Last Synced: 2025-01-22T00:55:38.220Z (11 months ago)
- Topics: code-examples, learn-programming, learn-to-code, learning, mdn-docs, typescript
- Language: HTML
- Homepage:
- Size: 43.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/andrewtavis/typescript-learning-area/blob/main/LICENSE.txt)
[](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.
