Teaching Resource: repo containing all discused Ed challenge results.
Used when teaching Term 3 of the Web Development Course at Coder Academy.
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
pnpmfor managing node packages - Use
npm i -g pnpmto install this globally. - Run:
pnpm ito install package - Testing
pnpm test: runs all tests
pip install pre-commitpre-commit install
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.