An open API service indexing awesome lists of open source software.

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

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`