Skip to content

breatheco-de/interview-coding-challenge

Repository files navigation

Interview Coding Challenges at 4Geeks Academy

By @ehiber, @marcogonzalo, @alesanchezr, @Charlytoc and contributors at 4Geeks Academy

build by developers twitter

Estas instrucciones estan disponibles en espanol.

Practice interview-style coding challenges with progressive exercises and isolated auto-evaluation.

One-click setup (recommended)

Open in Codespaces and run:

learnpack start

Local setup

  1. Install LearnPack:
npm i @learnpack/learnpack -g
  1. From the folder where learn.json exists, run:
learnpack start

Exercise structure

The repository includes:

  1. exercises/00-welcome: Introductory readme-only step.
  2. exercises/01-... to exercises/15-...: Coding challenges.

Most exercise folders include:

  1. app.js: Starter file for students.
  2. README.md: Instructions in English.
  3. README.es.md: Instrucciones en espanol.
  4. tests.js: Exercise test entry.
  5. solution.hide.js (on selected exercises): Hidden reference solution.

Notes

  • Keep README.md and README.es.md synchronized when content changes.
  • Student files are intentionally unsolved in app.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors