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

https://github.com/type-challenges/site

The code for online practice site of type-challenges.
https://github.com/type-challenges/site

Last synced: about 1 year ago
JSON representation

The code for online practice site of type-challenges.

Awesome Lists containing this project

README

          

# Typescript Tutorial Exercise

[![status](https://img.shields.io/github/actions/workflow/status/type-challenges/site/deploy.yml)](https://github.com/type-challenges/site/actions/workflows/deploy.yml)
[![stars](https://img.shields.io/github/stars/type-challenges/site.svg)](https://github.com/type-challenges/site)
[![licenses](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![language](https://img.shields.io/github/languages/top/type-challenges/site.svg)](https://github.com/type-challenges/site)

## Getting Started

Please go to [type-challenges.github.io](https://type-challenges.github.io/) to start your TypeScript travel!

All exercises are from [type-challenges](https://github.com/type-challenges/type-challenges).

## Contribution

Feel free to dive in! Open an issue or submit PRs. It may be helpful to read the [Contributor Guide](./.github/CONTRIBUTING.md).

### Contributors

Thanks goes to these wonderful people:

[![contributors](https://contrib.rocks/image?repo=type-challenges/site)](https://github.com/type-challenges/site/graphs/contributors)

## License

This project is free and open-source software licensed under the [MIT License](./LICENSE).

This project partially copies code from the following projects, their licenses are listed in [Third-party library licenses](./THIRD-PARTY-LICENSE).

| Project | License |
|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------:|
| [type-challenges](https://github.com/type-challenges/type-challenges) | [MIT](https://github.com/type-challenges/type-challenges/blob/main/LICENSE) |
| [typescript-exercises/typescript-exercises](https://github.com/typescript-exercises/typescript-exercises) | [MIT](https://github.com/typescript-exercises/typescript-exercises/blob/main/LICENSE) |