This program requires the following Python packages
They can be installed manually or using a pipenv with the supplied Pipfile
by running the following
cd todo_list
pipenv install requests
pipenv install typer
To use the program with pipenv simply enter a pipenv shell by running pipenv shell
or prefix pipenv run
before any Python command
- Perform CRUD operations on todo list
- Mock unit tests hit the actual External API instead of mocking the API responses
- Improve documentation on explaining how the program works
- Mock External API responses inside unit tests
This project is licensed under the terms of the MIT license.