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
- Host: GitHub
- URL: https://github.com/marcobiedermann/codewars
- Owner: marcobiedermann
- License: mit
- Created: 2019-12-28T09:42:18.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:33:29.000Z (7 months ago)
- Last Synced: 2025-03-18T10:45:11.893Z (7 months ago)
- Topics: algorithms, codewars, javascript, katas, problem-solving, solutions, typescript
- Language: TypeScript
- Homepage: https://www.codewars.com/users/marcobiedermann
- Size: 2.78 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Codewars [](https://www.codewars.com/users/marcobiedermann)

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)