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
- Host: GitHub
- URL: https://github.com/marcode24/halloween-dev-solutions
- Owner: marcode24
- License: mit
- Created: 2024-10-30T06:05:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T20:49:19.000Z (8 months ago)
- Last Synced: 2025-02-04T00:32:31.945Z (5 months ago)
- Topics: algorithms, challenge, challenges, halloween, javascript, jest, katas, testing
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
๐ Halloween Dev Solutions






## โน๏ธ 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