- Fork this project (uncheck the option to copy main branch only).
- Enter
yarnto install the required project dependencies. - Visit the branch of the challenge you wish to tackle. (recommended to go in preferred order)
- Enter
yarn devto run the challenge and begin your tasks. - You'll find further instructions in the
README.mdfile of each challenge.
| 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 |