Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.24 KB

File metadata and controls

15 lines (12 loc) · 1.24 KB

Getting started

  1. Fork this project (uncheck the option to copy main branch only).
  2. Enter yarn to install the required project dependencies.
  3. Visit the branch of the challenge you wish to tackle. (recommended to go in preferred order)
  4. Enter yarn dev to run the challenge and begin your tasks.
  5. You'll find further instructions in the README.md file of each challenge.

Challenges (in preferred order)

Branch Difficulty Main Topics Covered
js/counter-app props state conditional-render
js/shopping-list ⭐⭐ state data-mapping array-manipulation
js/gallery ⭐⭐⭐ APIs data-mapping