This repository contains a Django project which uses the GitHub Gist API and provides the following features:
- Search: When a user enters a username, they should be able to get a full list of public Gists by that user.
- Forks: Additionally, include with the list of the Gists, the username/avatar of the last 3 users who have forked it.
- Gist contents: When clicking one of the Gists, display the content of the file
** https://docs.github.com/en/rest/reference/gists#get-a-gist **