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

https://github.com/przeprogramowani/typescript-leetcode

Demo tasks for Youtube video
https://github.com/przeprogramowani/typescript-leetcode

Last synced: about 1 year ago
JSON representation

Demo tasks for Youtube video

Awesome Lists containing this project

README

          

# Demo project for leetcode in TS

Video: https://www.youtube.com/watch?v=zg3B33ThhPc

## Install

```bash
npm install
```

## Run tests

```bash
npm test
```