Rick and Morty Portal utilizes the publicly-available Rick and Morty API to gather twenty random characters from the Rick and Morty universe. Character cards can be selected for additional location information.
Required software for setting up this application:
-
Clone the repo.
git clone https://github.com/michaeltraps/rick_and_morty.git cd rick_and_morty
-
Install the package dependencies.
npm install
-
The application can be run by running the following command and going to http://localhost:3000/ on your browser.
npm start
-
Unit testing can be run by the following command:
npm test
Ricky and Morty Portal was built using the following: