Skip to content

Resolve codember 2023 challenges πŸ’» | Challenges created by Midudev

License

Notifications You must be signed in to change notification settings

raymundo-salazar/codember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codember

codember

By. midudev

Codember challenges solutions in TS and Node CLI

Challenges

# Challenge Solved
01 The spy βœ…
02 Mini Compiler Challenge βœ…
03 The Spy Encryption Challenge βœ…
04 Hackers damage file system βœ…
05 The Final Problem βœ…

Secrets

# Secrets Solved
01 Secret code βœ…
02 You have and email βœ…
03 Blured image (1) βœ…
04 Confetti βœ…
05 Riddle (1) βœ…
06 It's Magic βœ…
07 Barrel Rol βœ…
08 Martian Fool's Day βœ…
09 Blured image (2) βœ…
10 Cow say βœ…
11 Riddle (2) βœ…
12 Play the game βœ…
13 Martian ends log βœ…

Execute resolutions

For this project I created a command line app with node js. To see the resolution of the challenges follow these steps:

1. Clone the repository.

Using git clone the repository on your local machine.

git clone https://github.com/raymundo-salazar/codember.git

2. Install the dependencies

To install the dependencies you can use the package manager of your choice: npm, pnpm or yarn.

with npm:

npm install

with yarn:

yarn

with pnpm:

pnpm install

3. Execute the codember command

To make the codember command available in your terminal you can perform two actions:

  • Install the program globally: To do this you must run the command npm install -g . in the root folder of the project. Once the process is finished you will have the codember command available in your terminal.

  • Another way you can run it is with the internal script codember which you can access with the command.

    with npm:

    npm run codember

    with yarn:

    yarn codember

    with pnpm:

    pnpm codember

4. Ready!

Now the codember command is available to be executed. First I recommend that you run the codember help command so that you can see all the options available to you.

Executing a resolution
## codember challenge <number>
codember challenge 1
Get the chanllenge description
codember challenge 1 -d
Supported languages

The CLI application supports English (en) and Spanish (es). You can use the -l flag to switch between languages. By default the English language is selected.

codember challenge -l "es" 1 -d
About me

If you want to know a little more about me you can use this command

codember about_me

Author

Raymundo Salazar

Telegram https://t.me/raymundo_salser
GitHub https://github.com/raymundo-salazar
LinkedIn https://linkedin.com/in/raymundosalazar
βœ‰οΈ raymundo.salser@hotmail.com