Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ๐
- Host: GitHub
- URL: https://github.com/eliflores/coding-katas-typescript
- Owner: eliflores
- License: mit
- Created: 2023-07-04T17:04:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:48:54.000Z (5 months ago)
- Last Synced: 2024-11-01T04:42:47.690Z (about 2 months ago)
- Topics: coding-katas, hack-evening, typescript
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: