This is an exercice to practice the connexion between a web application and a public application programming interface.
The Rick and Morty API
API's site: https://rickandmortyapi.com/
Documentation (see the REST section) : https://rickandmortyapi.com/documentation/#rest
Goal of the exercice: Create a web application about Rick and Morty using the given API.
The exercice can be split into the following steps:
- diplay informations from a character thanks to its id
- display a random character
- display six random characters (see the "Get multiple characters" section)


