https://github.com/joshsizer/free_code_camp
Solutions to problems found at freecodecamp.org
https://github.com/joshsizer/free_code_camp
Last synced: 8 months ago
JSON representation
Solutions to problems found at freecodecamp.org
- Host: GitHub
- URL: https://github.com/joshsizer/free_code_camp
- Owner: joshsizer
- License: mit
- Created: 2021-04-25T20:40:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T22:38:21.000Z (about 5 years ago)
- Last Synced: 2025-06-03T11:57:25.308Z (about 1 year ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# free_code_camp
Solutions to problems found at freecodecamp.org
## Testing suites
### JavaScript
For JavaScript, I am using jest.
Install nodejs and npm.
Run the command:
`sudo npm i jest -g`
### Python
For Python, I am using pytest.
Install python and pip.
Run the command:
`pip install pytest`