Skip to content

CoderAcademy-ALL/ed_challenges_term3_javascript

Repository files navigation

ed_challenges_term3_javascript

Conventional Commits pre commit commitizen friendly styled with prettier

Teaching Resource: repo containing all discused Ed challenge results. Used when teaching Term 3 of the Web Development Course at Coder Academy.

pnpm Package dependencies

NOTE: The following steps are only required for running the tests/contributing. To run locally npm or just running the unit tests with jest should be fine.

  • This project uses pnpm for managing node packages
  • Use npm i -g pnpm to install this globally.
  • Run: pnpm i to install package
  • Testing pnpm test: runs all tests

Pre-commit/formatting

  • pip install pre-commit
  • pre-commit install

Setup/structure

Each directory contains my submission as discussed/shown in class. A description (from Ed) of the challenge is also present within each directory. The unit tests that your code should satisfy have also been included.

About

Repo to contain all Ed challenge results. Used in Term 3 of Web Development Course at Coder Academy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published