This project is about a React.js application that consumes the Rick and Morty API.
You can checkout the running project here.
This project is based on some known React.js libraries such as:
# Clone repository
git clone https://github.com/zoruka/rick-and-morty-consumer
# Open folder
cd rick-and-morty-consumer
# Install dependencies
npm install
# Run
npm start
# The server will start on 9000 port - http://localhost:9000