Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcosgilf/advent-of-code

Eric Wastl's Advent of Code
https://github.com/marcosgilf/advent-of-code

advent-of-code javascript

Last synced: 28 days ago
JSON representation

Eric Wastl's Advent of Code

Awesome Lists containing this project

README

        

# Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

## Technologies

This repo aim to be future-proof and use well-supported proven technology to learn and keep my stack up to date. The stack I have chosen should reflect this.

- [npm](http://npmjs.com)
- [Modern Web](https://modern-web.dev)
- [Mocha](https://mochajs.org)
- [Chai](https://www.chaijs.com)
- [ESLint](https://eslint.org)
- [prettier](https://prettier.io)
- [ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)
- Lots and lots of tests

## How to use this repository

1. Install dependencies

`npm install`

2. Run test

`npm test` or `npm run test:wacth`