https://github.com/keidarcy/typescript-type-challenges-list
collection site of typescript type challenges
https://github.com/keidarcy/typescript-type-challenges-list
challenge hacktoberfest type-challenges typescript
Last synced: 2 months ago
JSON representation
collection site of typescript type challenges
- Host: GitHub
- URL: https://github.com/keidarcy/typescript-type-challenges-list
- Owner: keidarcy
- License: mit
- Created: 2020-06-27T13:15:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T04:46:26.000Z (over 4 years ago)
- Last Synced: 2025-01-16T08:40:32.811Z (over 1 year ago)
- Topics: challenge, hacktoberfest, type-challenges, typescript
- Language: CSS
- Homepage: https://typescript-type-challenges-list.vercel.app
- Size: 733 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Type Challenges List
## intro
Typescript Type Challenges List is a collection based on [**Type Challenges**](https://github.com/type-challenges/type-challenges).
which contains many typescript type system puzzles.
> This project is aimed at helping you better understand how the type system works, writing your own utilities, or just having fun with the challenges. We are also trying to form a community that you can ask questions and get answers you have faced in the real world - they may become part of the challenges!
## Why built this
I always forget how I solved these puzzles, but when I try to figure out how, it's hard to find by **Type Challenges** UI.
**Type Challenges** depends on github repository pages which makes hard to jump between different sites.
So I build this site collect all actions of challenge into one place, provides at least one solution and extra type information without navigate to other places.
## Features
- [x] all actions in one page
- [x] code snippets with type information
- [x] quick check the easy answer