All Projects → psmyrdek → Typescript Challenges

psmyrdek / Typescript Challenges

A set of challenges helping you understand TypeScript

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Typescript Challenges

Eks
A series of Vue components.
Stars: ✭ 39 (-50.63%)
Mutual labels:  front-end
Front End Roadmap
Tell you how to learn front end development ~
Stars: ✭ 1,070 (+1254.43%)
Mutual labels:  front-end
React Easy Params
🔗 Auto synchronize your state with the URL and LocalStorage.
Stars: ✭ 73 (-7.59%)
Mutual labels:  front-end
Sublime packages
✍️ SublimeText Pageages Backups For Front-End Developer
Stars: ✭ 41 (-48.1%)
Mutual labels:  front-end
Vrac
Declarative html template library from the future. <wip>
Stars: ✭ 52 (-34.18%)
Mutual labels:  front-end
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+1326.58%)
Mutual labels:  front-end
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-59.49%)
Mutual labels:  front-end
Single Spa
The router for easy microfrontends
Stars: ✭ 10,395 (+13058.23%)
Mutual labels:  front-end
Portfolio
Front-end developer portfolio website
Stars: ✭ 53 (-32.91%)
Mutual labels:  front-end
Entityframework Reverse Poco Generator Ui
A simple UI to allow you to easily select which tables you want the EntityFramework Reverse POCO Code First Generator to use.
Stars: ✭ 69 (-12.66%)
Mutual labels:  front-end
Odds And Ends
Translate some front-end tutorials
Stars: ✭ 49 (-37.97%)
Mutual labels:  front-end
Dawn
🌅 Dawn is a lightweight task management and build tool for front-end and nodejs.
Stars: ✭ 1,057 (+1237.97%)
Mutual labels:  front-end
Fe
前端学习指南
Stars: ✭ 66 (-16.46%)
Mutual labels:  front-end
Spionio
Lightweight focus group management platform that can capture and replay user interaction on your site and improve the UX in everything you build
Stars: ✭ 40 (-49.37%)
Mutual labels:  front-end
Fbi
Node.js workflow tool
Stars: ✭ 74 (-6.33%)
Mutual labels:  front-end
Medlaunch
A Windows (.NET) Front-End for the Mednafen Emulator
Stars: ✭ 37 (-53.16%)
Mutual labels:  front-end
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-31.65%)
Mutual labels:  front-end
Cookie Monster
Javascript Cookie Library
Stars: ✭ 74 (-6.33%)
Mutual labels:  front-end
F2edocs.com
📘 前端开发-学习资料库 (开源书籍,规范,博客社区,面试题)。前端开发者,是这个互联网时代不可缺少的角色,我们彼此相爱,我们共同学习。
Stars: ✭ 74 (-6.33%)
Mutual labels:  front-end
Horsey
🐴 Progressive and customizable autocomplete component
Stars: ✭ 1,146 (+1350.63%)
Mutual labels:  front-end

typescript-challenges

A set of challenges helping you understand basics of TypeScript 🚀

🇵🇱 See all episodes in our course - Przeprogramowani.ts

Setup & Installation

Clone this repository and run npm install. You're good to go!

How to

  • Each directory in src represents a challenge related to a specific feature of TypeScript.
  • In each challenge your solution have to pass two kinds of tests - TypeScript compilation and unit tests
  • Challenge of name XYZ can be verified by running npm run test:XYZ, for example: npm run test:warm-up

Test commands for challenges

  • npm run test:warm-up
  • npm run test:media
  • npm run test:shortcuts
  • npm run test:this-or-that
  • npm run test:only-one
  • npm run test:new-skills
  • npm run test:constraints

Help me, I'm stuck!

Find all the answers in TypeScript Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].