Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliflores/coding-katas-typescript

Coding Katas written in TypeScript ๐Ÿ’™
https://github.com/eliflores/coding-katas-typescript

coding-katas hack-evening typescript

Last synced: 4 days ago
JSON representation

Coding Katas written in TypeScript ๐Ÿ’™

Awesome Lists containing this project

README

        

# Coding Katas TypeScript

![CI](https://github.com/eliflores/coding-katas-typescript/workflows/CI/badge.svg)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

[TypeScript](https://www.typescriptlang.org/) solutions for Katas from

- [LeetCode](https://leetcode.com/) ๐Ÿงก
- And more... ๐ŸŒˆ

## How to work with this repository

1. Clone the repository
2. Install the tools in the [.tool-versions](.tool-versions) file.
- You may use [asdf](https://asdf-vm.com/) for the installation.
3. Run: `yarn`
4. Run the tests: `yarn test`
5. Run the linting: `yarn lint`
6. Write the tests, write the code, have fun!
7. Lint the code (`yarn lint`), run the tests (`yarn test`), format the code (`yarn format`)
8. Open a Pull Request, wait for all the checks to pass, and merge! :tada: