Skip to content

DamiDavy/RickAndMortyCharacters

Repository files navigation

Rick And Morty Characters

Deployed on https://rickandmortyallcharacters.netlify.app

All characters are available.
There are filters by name, status, species, type and gender.
A modal with the Character details can be opened.

App Gif

To run on localhost:

In the root folder type in to create node_modules:

    npm install  

and start the app:

    npm start  

The app should be available on localhost:3000