/rick-n-morty

An example of a Rick-n-Morty character viewer where the user can click on a character for more details, or search by name.

Primary LanguageJavaScript

rick-n-morty

Author: rbiggs

(c) 2017 to present All Rights Reserved

This project is created using Composi. You can learn more about Composi and how to use it at its website.

This lets you browse characters from the adult cartoon Rick-n-Morty, which is available on Adult Swim. You can click on a character to get a detail, or type part of the name in the search box and hit enter/return.

Getting Up and Running

In order to build this project you need to install its dependencies. Use the terminal to cd to this folder. Then run:

npm i

After NPM finishes installing, you can build and run it:

npm run build

This will open your built project in your default browser.