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

https://github.com/marcode24/halloween-dev-solutions

This repository contains my solutions to the Halloween Dev challenges. Built by @midudev
https://github.com/marcode24/halloween-dev-solutions

algorithms challenge challenges halloween javascript jest katas testing

Last synced: 3 months ago
JSON representation

This repository contains my solutions to the Halloween Dev challenges. Built by @midudev

Awesome Lists containing this project

README

        


halloween-dev



๐ŸŽƒ Halloween Dev Solutions

![Version](https://img.shields.io/github/package-json/v/marcode24/halloween-dev-solutions?style=popout&logo=npm)
![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/halloween-dev-solutions/halloweendev.yml?branch=main&style=popout&logo=testcafe&label=tests)
![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/halloween-dev-solutions?style=popout&logo=github&label=repo%20size)
![GitHub](https://img.shields.io/github/license/marcode24/halloween-dev-solutions?style=popout&logo=github&label=license)
![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/halloween-dev-solutions?style=popout&logo=apachespark&color=yellow&logoColor=yellow)
![Github repo views](https://img.shields.io/github/search/marcode24/halloween-dev-solutions/halloween-dev-solutions?style=popout&logo=github&label=repo%20views)
![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/halloween-dev-solutions?style=popout&logo=git&label=last%20commit)

## โ„น๏ธ About

This repository contains my solutions to the [Halloween Dev](https://www.halloween.dev) challenges. Built by [@midudev](https://twitter.com/midudev)

## ๐Ÿ“ฅ Installation & Usage

```bash
# Clone the repository
git clone https://github.com/marcode24/halloween-dev-solutions

# Go to the project directory
cd halloween-dev-solutions

# Install dependencies
npm install

# Run the tests
npm run test

# Run specific test
npm run test 'year'/'challenge'/index.test.js
```

## ๐ŸŽฏ 2024 Challenges

Show / Hide

| # | Challenge | Difficulty | My Solution |
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: |
| 01 | [๐Ÿง™ Crea la pociรณn perfecta](https://www.halloween.dev/es/retos/2024/1) | ๐ŸŸข | [๐Ÿ”— Here](./2024/01-crea-la-pocion-perfecta/index.js) |
| 02 | [๐ŸงŸ Horda de zombies](https://www.halloween.dev/es/retos/2024/2) | ๐ŸŸข | [๐Ÿ”— Here](./2024/02-horda-de-zombies/index.js) |
| 03 | [๐Ÿ›Œ Escapa de la pesadillla de Freddy](https://www.halloween.dev/es/retos/2024/3) | ๐ŸŸก | [๐Ÿ”— Here](./2024/03-escapa-de-la-pesadilla-de-freddy/index.js) |
| 04 | [๐Ÿ”ช Encuentra al asesino](https://www.halloween.dev/es/retos/2024/4) | ๐ŸŸก | [๐Ÿ”— Here](./2024/04-encuentra-al-asesino/index.js) |
| 05 | [โ–ฒ Terror en Silent Hill](https://www.halloween.dev/es/retos/2024/5) | ๐Ÿ”ด | [๐Ÿ”— Here](./2024/05-terror-en-silent-hill/index.js) |

Difficulties legend:
๐ŸŸข Easy ๐ŸŸก Medium ๐Ÿ”ด Hard