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.
- Host: GitHub
- URL: https://github.com/type-challenges/site
- Owner: type-challenges
- License: mit
- Created: 2023-10-21T19:24:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:08:22.000Z (about 2 years ago)
- Last Synced: 2024-06-08T07:57:05.986Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 4.77 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Typescript Tutorial Exercise
[](https://github.com/type-challenges/site/actions/workflows/deploy.yml)
[](https://github.com/type-challenges/site)
[](https://opensource.org/licenses/MIT)
[](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:
[](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) |