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

https://github.com/marcobiedermann/codewars

💻 My attempt of solving Codewars Katas in JavaScript
https://github.com/marcobiedermann/codewars

algorithms codewars javascript katas problem-solving solutions typescript

Last synced: 7 months ago
JSON representation

💻 My attempt of solving Codewars Katas in JavaScript

Awesome Lists containing this project

README

          

# Codewars [![Codewars Badge](https://www.codewars.com/users/marcobiedermann/badges/micro)](https://www.codewars.com/users/marcobiedermann)

![Codecov](https://img.shields.io/codecov/c/gh/marcobiedermann/codewars)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/marcobiedermann/codewars/ci.yml)

My attempt of solving [Codewars](https://www.codewars.com/) Katas in JavaScript.

## Table of Contents

- [Setup](#setup)
- [Usage](#usage)
- [License](#license)

## Setup

Install dependencies.

```sh
npm install
```

## Usage

### Format

Format code using [Prettier](https://prettier.io/).

```sh
npm run format
```

### Linting

Lint code using [ESLint](https://eslint.org/).

```sh
npm run lint
```

### Testing

Run tests using [Node Test](https://nodejs.org/api/test.html) test runner.

```sh
npm test
```

## License

[MIT](LICENSE) © [Marco Biedermann](https://github.com/marcobiedermann)