Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.56 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.56 KB

🎄 codember 🌲

cover

My solutions to codember challenges done in TypeScript. Codember is a programming game and challenge held in the month of November for the midudev community. Each week a challenge is posted that must be solved using ingenuity and programming.

How does it work?

Each week a challenge is published that must be solved using ingenuity and programming. Each challenge has an explanation of the problem, hints and instructions on how to solve it.

How to participate?

To participate, log in to codember.dev with your GitHub account and use the terminal to start the challenge. Use the help command if you don't know where to start.

How is it evaluated?

You get a score depending on how long it takes you to solve the challenge since it was published.

## Challenges Solutions
2023 Go to View
2024 Go to View

🚀 Quick start

  • Install

    pnpm install
  • Run all challenges

    npm run test